|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.PolicyDescription
public class PolicyDescription
The PolicyDescription data type.
| Constructor Summary | |
|---|---|
PolicyDescription()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<PolicyAttributeDescription> |
getPolicyAttributeDescriptions()
A list of policy attribute description structures. |
java.lang.String |
getPolicyName()
The name of the policy associated with the load balancer. |
java.lang.String |
getPolicyTypeName()
The name of the policy type associated with the load balancer. |
int |
hashCode()
|
void |
setPolicyAttributeDescriptions(java.util.Collection<PolicyAttributeDescription> policyAttributeDescriptions)
A list of policy attribute description structures. |
void |
setPolicyName(java.lang.String policyName)
The name of the policy associated with the load balancer. |
void |
setPolicyTypeName(java.lang.String policyTypeName)
The name of the policy type associated with the load balancer. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
PolicyDescription |
withPolicyAttributeDescriptions(java.util.Collection<PolicyAttributeDescription> policyAttributeDescriptions)
A list of policy attribute description structures. |
PolicyDescription |
withPolicyAttributeDescriptions(PolicyAttributeDescription... policyAttributeDescriptions)
A list of policy attribute description structures. |
PolicyDescription |
withPolicyName(java.lang.String policyName)
The name of the policy associated with the load balancer. |
PolicyDescription |
withPolicyTypeName(java.lang.String policyTypeName)
The name of the policy type associated with the load balancer. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PolicyDescription()
| Method Detail |
|---|
public java.lang.String getPolicyName()
public void setPolicyName(java.lang.String policyName)
policyName - The name of the policy associated with the load balancer.public PolicyDescription withPolicyName(java.lang.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 java.lang.String getPolicyTypeName()
public void setPolicyTypeName(java.lang.String policyTypeName)
policyTypeName - The name of the policy type associated with the load balancer.public PolicyDescription withPolicyTypeName(java.lang.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 java.util.List<PolicyAttributeDescription> getPolicyAttributeDescriptions()
public void setPolicyAttributeDescriptions(java.util.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(java.util.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||