public class PolicyDescription extends Object implements Serializable
The PolicyDescription data type.
| Constructor and Description |
|---|
PolicyDescription() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<PolicyAttributeDescription> |
getPolicyAttributeDescriptions()
A list of policy attribute description structures.
|
String |
getPolicyName()
The name of the policy associated with the load balancer.
|
String |
getPolicyTypeName()
The name of the policy type associated with the load balancer.
|
int |
hashCode() |
void |
setPolicyAttributeDescriptions(Collection<PolicyAttributeDescription> policyAttributeDescriptions)
A list of policy attribute description structures.
|
void |
setPolicyName(String policyName)
The name of the policy associated with the load balancer.
|
void |
setPolicyTypeName(String policyTypeName)
The name of the policy type associated with the load balancer.
|
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 of the policy associated with the load balancer.
|
PolicyDescription |
withPolicyTypeName(String policyTypeName)
The name of the policy type associated with the load balancer.
|
public String getPolicyName()
public void setPolicyName(String policyName)
policyName - The name of the policy associated with the load balancer.public PolicyDescription withPolicyName(String policyName)
Returns a reference to this object so that method calls can be chained together.
policyName - The name of the policy associated with the load balancer.public String getPolicyTypeName()
public void setPolicyTypeName(String policyTypeName)
policyTypeName - The name of the policy type associated with the load balancer.public PolicyDescription withPolicyTypeName(String policyTypeName)
Returns a reference to this object so that method calls can be chained together.
policyTypeName - The name of the policy type associated with the load balancer.public List<PolicyAttributeDescription> getPolicyAttributeDescriptions()
public void setPolicyAttributeDescriptions(Collection<PolicyAttributeDescription> policyAttributeDescriptions)
policyAttributeDescriptions - A list of policy attribute description structures.public PolicyDescription withPolicyAttributeDescriptions(PolicyAttributeDescription... policyAttributeDescriptions)
Returns a reference to this object so that method calls can be chained together.
policyAttributeDescriptions - A list of policy attribute description structures.public PolicyDescription withPolicyAttributeDescriptions(Collection<PolicyAttributeDescription> policyAttributeDescriptions)
Returns a reference to this object so that method calls can be chained together.
policyAttributeDescriptions - A list of policy attribute description structures.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.