com.amazonaws.services.elasticloadbalancing.model
Class PolicyDescription

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

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

The PolicyDescription data type.

See Also:
Serialized Form

Constructor Summary
PolicyDescription()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<PolicyAttributeDescription> getPolicyAttributeDescriptions()
          A list of policy attribute description structures.
 java.lang.String getPolicyName()
          The name of the policy associated with the load balancer.
 java.lang.String getPolicyTypeName()
          The name of the policy type associated with the load balancer.
 int hashCode()
           
 void setPolicyAttributeDescriptions(java.util.Collection<PolicyAttributeDescription> policyAttributeDescriptions)
          A list of policy attribute description structures.
 void setPolicyName(java.lang.String policyName)
          The name of the policy associated with the load balancer.
 void setPolicyTypeName(java.lang.String policyTypeName)
          The name of the policy type associated with the load balancer.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 PolicyDescription withPolicyAttributeDescriptions(java.util.Collection<PolicyAttributeDescription> policyAttributeDescriptions)
          A list of policy attribute description structures.
 PolicyDescription withPolicyAttributeDescriptions(PolicyAttributeDescription... policyAttributeDescriptions)
          A list of policy attribute description structures.
 PolicyDescription withPolicyName(java.lang.String policyName)
          The name of the policy associated with the load balancer.
 PolicyDescription withPolicyTypeName(java.lang.String policyTypeName)
          The name of the policy type associated with the load balancer.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PolicyDescription

public PolicyDescription()
Method Detail

getPolicyName

public java.lang.String getPolicyName()
The name of the policy associated with the load balancer.

Returns:
The name of the policy associated with the load balancer.

setPolicyName

public void setPolicyName(java.lang.String policyName)
The name of the policy associated with the load balancer.

Parameters:
policyName - The name of the policy associated with the load balancer.

withPolicyName

public PolicyDescription withPolicyName(java.lang.String policyName)
The name of the policy associated with the load balancer.

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

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

getPolicyTypeName

public java.lang.String getPolicyTypeName()
The name of the policy type associated with the load balancer.

Returns:
The name of the policy type associated with the load balancer.

setPolicyTypeName

public void setPolicyTypeName(java.lang.String policyTypeName)
The name of the policy type associated with the load balancer.

Parameters:
policyTypeName - The name of the policy type associated with the load balancer.

withPolicyTypeName

public PolicyDescription withPolicyTypeName(java.lang.String policyTypeName)
The name of the policy type associated with the load balancer.

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

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

getPolicyAttributeDescriptions

public java.util.List<PolicyAttributeDescription> getPolicyAttributeDescriptions()
A list of policy attribute description structures.

Returns:
A list of policy attribute description structures.

setPolicyAttributeDescriptions

public void setPolicyAttributeDescriptions(java.util.Collection<PolicyAttributeDescription> policyAttributeDescriptions)
A list of policy attribute description structures.

Parameters:
policyAttributeDescriptions - A list of policy attribute description structures.

withPolicyAttributeDescriptions

public PolicyDescription withPolicyAttributeDescriptions(PolicyAttributeDescription... policyAttributeDescriptions)
A list of policy attribute description structures.

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

Parameters:
policyAttributeDescriptions - A list of policy attribute description structures.
Returns:
A reference to this updated object so that method calls can be chained together.

withPolicyAttributeDescriptions

public PolicyDescription withPolicyAttributeDescriptions(java.util.Collection<PolicyAttributeDescription> policyAttributeDescriptions)
A list of policy attribute description structures.

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

Parameters:
policyAttributeDescriptions - A list of policy attribute description structures.
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.