public class PolicyAttributeDescription extends Object implements Serializable, Cloneable
Information about a policy attribute.
| Constructor and Description |
|---|
PolicyAttributeDescription() |
| Modifier and Type | Method and Description |
|---|---|
PolicyAttributeDescription |
clone() |
boolean |
equals(Object obj) |
String |
getAttributeName()
The name of the attribute.
|
String |
getAttributeValue()
The value of the attribute.
|
int |
hashCode() |
void |
setAttributeName(String attributeName)
The name of the attribute.
|
void |
setAttributeValue(String attributeValue)
The value of the attribute.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PolicyAttributeDescription |
withAttributeName(String attributeName)
The name of the attribute.
|
PolicyAttributeDescription |
withAttributeValue(String attributeValue)
The value of the attribute.
|
public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName - The name of the attribute.public PolicyAttributeDescription withAttributeName(String attributeName)
Returns a reference to this object so that method calls can be chained together.
attributeName - The name of the attribute.public String getAttributeValue()
public void setAttributeValue(String attributeValue)
attributeValue - The value of the attribute.public PolicyAttributeDescription withAttributeValue(String attributeValue)
Returns a reference to this object so that method calls can be chained together.
attributeValue - The value of the attribute.public String toString()
toString in class ObjectObject.toString()public PolicyAttributeDescription clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.