com.amazonaws.services.elasticloadbalancing.model
Class PolicyDescription

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

public class PolicyDescription
extends Object

The PolicyDescription data type.


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

Constructor Detail

PolicyDescription

public PolicyDescription()
Method Detail

getPolicyName

public String getPolicyName()
The name mof the policy associated with the LoadBalancer.

Returns:
The name mof the policy associated with the LoadBalancer.

setPolicyName

public void setPolicyName(String policyName)
The name mof the policy associated with the LoadBalancer.

Parameters:
policyName - The name mof the policy associated with the LoadBalancer.

withPolicyName

public PolicyDescription withPolicyName(String policyName)
The name mof the policy associated with the LoadBalancer.

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

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

getPolicyTypeName

public String getPolicyTypeName()
The name of the policy type associated with the LoadBalancer.

Returns:
The name of the policy type associated with the LoadBalancer.

setPolicyTypeName

public void setPolicyTypeName(String policyTypeName)
The name of the policy type associated with the LoadBalancer.

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

withPolicyTypeName

public PolicyDescription withPolicyTypeName(String policyTypeName)
The name of the policy type associated with the LoadBalancer.

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 LoadBalancer.
Returns:
A reference to this updated object so that method calls can be chained together.

getPolicyAttributeDescriptions

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

Returns:
A list of policy attribute description structures.

setPolicyAttributeDescriptions

public void setPolicyAttributeDescriptions(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(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 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.