com.amazonaws.services.elasticloadbalancing.model
Class PolicyTypeDescription

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

public class PolicyTypeDescription
extends Object

The PolicyTypeDescription data type.


Constructor Summary
PolicyTypeDescription()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          A human-readable description of the policy type.
 List<PolicyAttributeTypeDescription> getPolicyAttributeTypeDescriptions()
          The description of the policy attributes associated with the LoadBalancer policies defined by the Elastic Load Balancing service.
 String getPolicyTypeName()
          The name of the policy type.
 int hashCode()
           
 void setDescription(String description)
          A human-readable description of the policy type.
 void setPolicyAttributeTypeDescriptions(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
          The description of the policy attributes associated with the LoadBalancer policies defined by the Elastic Load Balancing service.
 void setPolicyTypeName(String policyTypeName)
          The name of the policy type.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 PolicyTypeDescription withDescription(String description)
          A human-readable description of the policy type.
 PolicyTypeDescription withPolicyAttributeTypeDescriptions(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
          The description of the policy attributes associated with the LoadBalancer policies defined by the Elastic Load Balancing service.
 PolicyTypeDescription withPolicyAttributeTypeDescriptions(PolicyAttributeTypeDescription... policyAttributeTypeDescriptions)
          The description of the policy attributes associated with the LoadBalancer policies defined by the Elastic Load Balancing service.
 PolicyTypeDescription withPolicyTypeName(String policyTypeName)
          The name of the policy type.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PolicyTypeDescription

public PolicyTypeDescription()
Method Detail

getPolicyTypeName

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

Returns:
The name of the policy type.

setPolicyTypeName

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

Parameters:
policyTypeName - The name of the policy type.

withPolicyTypeName

public PolicyTypeDescription withPolicyTypeName(String policyTypeName)
The name of the policy type.

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

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

getDescription

public String getDescription()
A human-readable description of the policy type.

Returns:
A human-readable description of the policy type.

setDescription

public void setDescription(String description)
A human-readable description of the policy type.

Parameters:
description - A human-readable description of the policy type.

withDescription

public PolicyTypeDescription withDescription(String description)
A human-readable description of the policy type.

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

Parameters:
description - A human-readable description of the policy type.
Returns:
A reference to this updated object so that method calls can be chained together.

getPolicyAttributeTypeDescriptions

public List<PolicyAttributeTypeDescription> getPolicyAttributeTypeDescriptions()
The description of the policy attributes associated with the LoadBalancer policies defined by the Elastic Load Balancing service.

Returns:
The description of the policy attributes associated with the LoadBalancer policies defined by the Elastic Load Balancing service.

setPolicyAttributeTypeDescriptions

public void setPolicyAttributeTypeDescriptions(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
The description of the policy attributes associated with the LoadBalancer policies defined by the Elastic Load Balancing service.

Parameters:
policyAttributeTypeDescriptions - The description of the policy attributes associated with the LoadBalancer policies defined by the Elastic Load Balancing service.

withPolicyAttributeTypeDescriptions

public PolicyTypeDescription withPolicyAttributeTypeDescriptions(PolicyAttributeTypeDescription... policyAttributeTypeDescriptions)
The description of the policy attributes associated with the LoadBalancer policies defined by the Elastic Load Balancing service.

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

Parameters:
policyAttributeTypeDescriptions - The description of the policy attributes associated with the LoadBalancer policies defined by the Elastic Load Balancing service.
Returns:
A reference to this updated object so that method calls can be chained together.

withPolicyAttributeTypeDescriptions

public PolicyTypeDescription withPolicyAttributeTypeDescriptions(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
The description of the policy attributes associated with the LoadBalancer policies defined by the Elastic Load Balancing service.

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

Parameters:
policyAttributeTypeDescriptions - The description of the policy attributes associated with the LoadBalancer policies defined by the Elastic Load Balancing service.
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.