|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.autoscaling.model.PutScalingPolicyResult
public class PutScalingPolicyResult
The PolicyARNType data type.
| Constructor Summary | |
|---|---|
PutScalingPolicyResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getPolicyARN()
A policy's Amazon Resource Name (ARN). |
int |
hashCode()
|
void |
setPolicyARN(java.lang.String policyARN)
A policy's Amazon Resource Name (ARN). |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
PutScalingPolicyResult |
withPolicyARN(java.lang.String policyARN)
A policy's Amazon Resource Name (ARN). |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PutScalingPolicyResult()
| Method Detail |
|---|
public java.lang.String getPolicyARN()
Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setPolicyARN(java.lang.String policyARN)
Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
policyARN - A policy's Amazon Resource Name (ARN).public PutScalingPolicyResult withPolicyARN(java.lang.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 - A policy's Amazon Resource Name (ARN).
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||