|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.PolicyAttributeDescription
public class PolicyAttributeDescription
The PolicyAttributeDescription data type. This data type
is used to describe the attributes and values associated with a
policy.
| Constructor Summary | |
|---|---|
PolicyAttributeDescription()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAttributeName()
The name of the attribute associated with the policy. |
java.lang.String |
getAttributeValue()
The value of the attribute associated with the policy. |
int |
hashCode()
|
void |
setAttributeName(java.lang.String attributeName)
The name of the attribute associated with the policy. |
void |
setAttributeValue(java.lang.String attributeValue)
The value of the attribute associated with the policy. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
PolicyAttributeDescription |
withAttributeName(java.lang.String attributeName)
The name of the attribute associated with the policy. |
PolicyAttributeDescription |
withAttributeValue(java.lang.String attributeValue)
The value of the attribute associated with the policy. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PolicyAttributeDescription()
| Method Detail |
|---|
public java.lang.String getAttributeName()
public void setAttributeName(java.lang.String attributeName)
attributeName - The name of the attribute associated with the policy.public PolicyAttributeDescription withAttributeName(java.lang.String attributeName)
Returns a reference to this object so that method calls can be chained together.
attributeName - The name of the attribute associated with the policy.
public java.lang.String getAttributeValue()
public void setAttributeValue(java.lang.String attributeValue)
attributeValue - The value of the attribute associated with the policy.public PolicyAttributeDescription withAttributeValue(java.lang.String attributeValue)
Returns a reference to this object so that method calls can be chained together.
attributeValue - The value of the attribute associated with the policy.
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 | ||||||