@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutScalingPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
PutScalingPolicyResult() |
| Modifier and Type | Method and Description |
|---|---|
PutScalingPolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getPolicyARN()
The Amazon Resource Name (ARN) of the resulting scaling policy.
|
int |
hashCode() |
void |
setPolicyARN(String policyARN)
The Amazon Resource Name (ARN) of the resulting scaling policy.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutScalingPolicyResult |
withPolicyARN(String policyARN)
The Amazon Resource Name (ARN) of the resulting scaling policy.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPolicyARN(String policyARN)
The Amazon Resource Name (ARN) of the resulting scaling policy.
policyARN - The Amazon Resource Name (ARN) of the resulting scaling policy.public String getPolicyARN()
The Amazon Resource Name (ARN) of the resulting scaling policy.
public PutScalingPolicyResult withPolicyARN(String policyARN)
The Amazon Resource Name (ARN) of the resulting scaling policy.
policyARN - The Amazon Resource Name (ARN) of the resulting scaling policy.public String toString()
toString in class ObjectObject.toString()public PutScalingPolicyResult clone()
Copyright © 2017. All rights reserved.