public class PolicyAttributeDescription
extends java.lang.Object
implements java.io.Serializable
The PolicyAttributeDescription data type. This data type is used to describe the attributes and values associated with a policy.
| コンストラクタと説明 |
|---|
PolicyAttributeDescription() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object