public class AccountAttribute
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
AccountAttribute() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAttributeName()
Returns the value of the AttributeName property for this object.
|
java.util.List<AccountAttributeValue> |
getAttributeValues()
Returns the value of the AttributeValues property for this object.
|
int |
hashCode() |
void |
setAttributeName(java.lang.String attributeName)
Sets the value of the AttributeName property for this object.
|
void |
setAttributeValues(java.util.Collection<AccountAttributeValue> attributeValues)
Sets the value of the AttributeValues property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AccountAttribute |
withAttributeName(java.lang.String attributeName)
Sets the value of the AttributeName property for this object.
|
AccountAttribute |
withAttributeValues(AccountAttributeValue... attributeValues)
Sets the value of the AttributeValues property for this object.
|
AccountAttribute |
withAttributeValues(java.util.Collection<AccountAttributeValue> attributeValues)
Sets the value of the AttributeValues property for this object.
|
public java.lang.String getAttributeName()
public void setAttributeName(java.lang.String attributeName)
attributeName - The new value for the AttributeName property for this object.public AccountAttribute withAttributeName(java.lang.String attributeName)
Returns a reference to this object so that method calls can be chained together.
attributeName - The new value for the AttributeName property for this object.public java.util.List<AccountAttributeValue> getAttributeValues()
public void setAttributeValues(java.util.Collection<AccountAttributeValue> attributeValues)
attributeValues - The new value for the AttributeValues property for this object.public AccountAttribute withAttributeValues(AccountAttributeValue... attributeValues)
Returns a reference to this object so that method calls can be chained together.
attributeValues - The new value for the AttributeValues property for this object.public AccountAttribute withAttributeValues(java.util.Collection<AccountAttributeValue> attributeValues)
Returns a reference to this object so that method calls can be chained together.
attributeValues - The new value for the AttributeValues property for this object.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