| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.PolicyTypeDescription
public class PolicyTypeDescription
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 | 
|---|
public PolicyTypeDescription()
| Method Detail | 
|---|
public String getPolicyTypeName()
public void setPolicyTypeName(String policyTypeName)
policyTypeName - The name of the policy type.public PolicyTypeDescription withPolicyTypeName(String policyTypeName)
Returns a reference to this object so that method calls can be chained together.
policyTypeName - The name of the policy type.
public String getDescription()
public void setDescription(String description)
description - A human-readable description of the policy type.public PolicyTypeDescription withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description - A human-readable description of the policy type.
public List<PolicyAttributeTypeDescription> getPolicyAttributeTypeDescriptions()
public void setPolicyAttributeTypeDescriptions(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
policyAttributeTypeDescriptions - The description of the policy attributes associated with the
         LoadBalancer policies defined by the Elastic Load Balancing service.public PolicyTypeDescription withPolicyAttributeTypeDescriptions(PolicyAttributeTypeDescription... policyAttributeTypeDescriptions)
Returns a reference to this object so that method calls can be chained together.
policyAttributeTypeDescriptions - The description of the policy attributes associated with the
         LoadBalancer policies defined by the Elastic Load Balancing service.
public PolicyTypeDescription withPolicyAttributeTypeDescriptions(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)
Returns a reference to this object so that method calls can be chained together.
policyAttributeTypeDescriptions - The description of the policy attributes associated with the
         LoadBalancer policies defined by the Elastic Load Balancing service.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||