com.amazonaws.services.autoscaling.model
Class PutScalingPolicyResult

java.lang.Object
  extended by com.amazonaws.services.autoscaling.model.PutScalingPolicyResult
All Implemented Interfaces:
java.io.Serializable

public class PutScalingPolicyResult
extends java.lang.Object
implements java.io.Serializable

The PolicyARNType data type.

See Also:
Serialized Form

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

PutScalingPolicyResult

public PutScalingPolicyResult()
Method Detail

getPolicyARN

public java.lang.String getPolicyARN()
A policy's Amazon Resource Name (ARN).

Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

Returns:
A policy's Amazon Resource Name (ARN).

setPolicyARN

public void setPolicyARN(java.lang.String policyARN)
A policy's Amazon Resource Name (ARN).

Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

Parameters:
policyARN - A policy's Amazon Resource Name (ARN).

withPolicyARN

public PutScalingPolicyResult withPolicyARN(java.lang.String policyARN)
A policy's Amazon Resource Name (ARN).

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]*

Parameters:
policyARN - A policy's Amazon Resource Name (ARN).
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.