com.amazonaws.services.autoscaling.model
Class PutScalingPolicyResult

java.lang.Object
  extended by com.amazonaws.services.autoscaling.model.PutScalingPolicyResult

public class PutScalingPolicyResult
extends Object

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

PutScalingPolicyResult

public PutScalingPolicyResult()
Method Detail

getPolicyARN

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

Constraints:
Length: 1 - 1600
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

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

setPolicyARN

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

Constraints:
Length: 1 - 1600
Pattern: [ -퟿-�𐀀-􏿿\r\n\t]*

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

withPolicyARN

public PutScalingPolicyResult withPolicyARN(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: [ -퟿-�𐀀-􏿿\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 String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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