|
|||||||
| 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 | |
|---|---|
String |
getPolicyARN()
A policy's Amazon Resource Name (ARN). |
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 |
|---|
equals, getClass, hashCode, 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 ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||