public class DescribeAccountAttributesRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeAccountAttributes operation.| コンストラクタと説明 |
|---|
DescribeAccountAttributesRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getAttributeNames()
Returns the value of the AttributeNames property for this object.
|
int |
hashCode() |
void |
setAttributeNames(java.util.Collection<java.lang.String> attributeNames)
Sets the value of the AttributeNames property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAccountAttributesRequest |
withAttributeNames(java.util.Collection<java.lang.String> attributeNames)
Sets the value of the AttributeNames property for this object.
|
DescribeAccountAttributesRequest |
withAttributeNames(java.lang.String... attributeNames)
Sets the value of the AttributeNames property for this object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.util.List<java.lang.String> getAttributeNames()
public void setAttributeNames(java.util.Collection<java.lang.String> attributeNames)
attributeNames - The new value for the AttributeNames property for this object.public DescribeAccountAttributesRequest withAttributeNames(java.lang.String... attributeNames)
Returns a reference to this object so that method calls can be chained together.
attributeNames - The new value for the AttributeNames property for this object.public DescribeAccountAttributesRequest withAttributeNames(java.util.Collection<java.lang.String> attributeNames)
Returns a reference to this object so that method calls can be chained together.
attributeNames - The new value for the AttributeNames 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