com.amazonaws.services.elasticloadbalancing.model
Class PolicyAttributeDescription

java.lang.Object
  extended by com.amazonaws.services.elasticloadbalancing.model.PolicyAttributeDescription

public class PolicyAttributeDescription
extends java.lang.Object

The PolicyAttributeDescription data type. This data type is used to describe the attributes and values associated with a policy.


Constructor Summary
PolicyAttributeDescription()
           
 
Method Summary
 java.lang.String getAttributeName()
          The name of the attribute associated with the policy.
 java.lang.String getAttributeValue()
          The value of the attribute associated with the policy.
 void setAttributeName(java.lang.String attributeName)
          The name of the attribute associated with the policy.
 void setAttributeValue(java.lang.String attributeValue)
          The value of the attribute associated with the policy.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 PolicyAttributeDescription withAttributeName(java.lang.String attributeName)
          The name of the attribute associated with the policy.
 PolicyAttributeDescription withAttributeValue(java.lang.String attributeValue)
          The value of the attribute associated with the policy.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PolicyAttributeDescription

public PolicyAttributeDescription()
Method Detail

getAttributeName

public java.lang.String getAttributeName()
The name of the attribute associated with the policy.

Returns:
The name of the attribute associated with the policy.

setAttributeName

public void setAttributeName(java.lang.String attributeName)
The name of the attribute associated with the policy.

Parameters:
attributeName - The name of the attribute associated with the policy.

withAttributeName

public PolicyAttributeDescription withAttributeName(java.lang.String attributeName)
The name of the attribute associated with the policy.

Returns a reference to this object so that method calls can be chained together.

Parameters:
attributeName - The name of the attribute associated with the policy.
Returns:
A reference to this updated object so that method calls can be chained together.

getAttributeValue

public java.lang.String getAttributeValue()
The value of the attribute associated with the policy.

Returns:
The value of the attribute associated with the policy.

setAttributeValue

public void setAttributeValue(java.lang.String attributeValue)
The value of the attribute associated with the policy.

Parameters:
attributeValue - The value of the attribute associated with the policy.

withAttributeValue

public PolicyAttributeDescription withAttributeValue(java.lang.String attributeValue)
The value of the attribute associated with the policy.

Returns a reference to this object so that method calls can be chained together.

Parameters:
attributeValue - The value of the attribute associated with the policy.
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()


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