public class PolicyTypeDescription extends Object implements Serializable
The PolicyTypeDescription data type.
| Constructor and Description |
|---|
PolicyTypeDescription() |
| Modifier and Type | Method and Description |
|---|---|
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 load
balancer 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 load
balancer 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 load
balancer policies defined by the Elastic Load Balancing service.
|
PolicyTypeDescription |
withPolicyAttributeTypeDescriptions(PolicyAttributeTypeDescription... policyAttributeTypeDescriptions)
The description of the policy attributes associated with the load
balancer policies defined by the Elastic Load Balancing service.
|
PolicyTypeDescription |
withPolicyTypeName(String policyTypeName)
The name of the policy type.
|
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 load
balancer 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 load
balancer 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 load
balancer policies defined by the Elastic Load Balancing service.public String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.