|
|||||||
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(Object obj)
|
List<PolicyAttributeDescription> |
getPolicyAttributeDescriptions()
A list of policy attribute description structures. |
String |
getPolicyName()
The name mof the policy associated with the LoadBalancer. |
String |
getPolicyTypeName()
The name of the policy type associated with the LoadBalancer. |
int |
hashCode()
|
void |
setPolicyAttributeDescriptions(Collection<PolicyAttributeDescription> policyAttributeDescriptions)
A list of policy attribute description structures. |
void |
setPolicyName(String policyName)
The name mof the policy associated with the LoadBalancer. |
void |
setPolicyTypeName(String policyTypeName)
The name of the policy type associated with the LoadBalancer. |
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 mof the policy associated with the LoadBalancer. |
PolicyDescription |
withPolicyTypeName(String policyTypeName)
The name of the policy type associated with the LoadBalancer. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PolicyDescription()
Method Detail |
---|
public String getPolicyName()
public void setPolicyName(String policyName)
policyName
- The name mof the policy associated with the LoadBalancer.public PolicyDescription withPolicyName(String policyName)
Returns a reference to this object so that method calls can be chained together.
policyName
- The name mof the policy associated with the LoadBalancer.
public String getPolicyTypeName()
public void setPolicyTypeName(String policyTypeName)
policyTypeName
- The name of the policy type associated with the LoadBalancer.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 LoadBalancer.
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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |