@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 policy.
|
int |
hashCode() |
void |
setPolicyARN(String policyARN)
The Amazon Resource Name (ARN) of the 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 policy.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPolicyARN(String policyARN)
The Amazon Resource Name (ARN) of the policy.
policyARN - The Amazon Resource Name (ARN) of the policy.public String getPolicyARN()
The Amazon Resource Name (ARN) of the policy.
public PutScalingPolicyResult withPolicyARN(String policyARN)
The Amazon Resource Name (ARN) of the policy.
policyARN - The Amazon Resource Name (ARN) of the policy.public String toString()
toString in class ObjectObject.toString()public PutScalingPolicyResult clone()
Copyright © 2017. All rights reserved.