public class PutScalingPolicyResult extends Object implements Serializable
The PolicyARNType
data type.
Constructor and Description |
---|
PutScalingPolicyResult() |
Modifier and Type | Method and Description |
---|---|
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).
|
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.