|
|||||||
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(Object obj)
|
String |
getPolicyARN()
A policy's Amazon Resource Name (ARN). |
int |
hashCode()
|
void |
setPolicyARN(String policyARN)
A policy's Amazon Resource Name (ARN). |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
PutScalingPolicyResult |
withPolicyARN(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 String getPolicyARN()
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\r\n\t]*
public void setPolicyARN(String policyARN)
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\r\n\t]*
policyARN
- A policy's Amazon Resource Name (ARN).public PutScalingPolicyResult withPolicyARN(String policyARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\r\n\t]*
policyARN
- A policy's Amazon Resource Name (ARN).
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |