public class PutScalingPolicyResult extends Object 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.
|
public String getPolicyARN()
Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setPolicyARN(String policyARN)
Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
policyARN - The Amazon Resource Name (ARN) of the policy.public PutScalingPolicyResult withPolicyARN(String policyARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
policyARN - The Amazon Resource Name (ARN) of the policy.public String toString()
toString in class ObjectObject.toString()public PutScalingPolicyResult clone()
Copyright © 2015. All rights reserved.