public class DescribeAccountAttributesRequest extends AmazonWebServiceRequest implements java.io.Serializable, DryRunSupportedRequest<DescribeAccountAttributesRequest>
DescribeAccountAttributes operation.
Describes the specified attribute of your AWS account.
| Constructor and Description |
|---|
DescribeAccountAttributesRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getAttributeNames()
One or more account attribute names.
|
Request<DescribeAccountAttributesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setAttributeNames(java.util.Collection<java.lang.String> attributeNames)
One or more account attribute names.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAccountAttributesRequest |
withAttributeNames(AccountAttributeName... attributeNames)
One or more account attribute names.
|
DescribeAccountAttributesRequest |
withAttributeNames(java.util.Collection<java.lang.String> attributeNames)
One or more account attribute names.
|
DescribeAccountAttributesRequest |
withAttributeNames(java.lang.String... attributeNames)
One or more account attribute names.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic java.util.List<java.lang.String> getAttributeNames()
public void setAttributeNames(java.util.Collection<java.lang.String> attributeNames)
attributeNames - One or more account attribute names.public DescribeAccountAttributesRequest withAttributeNames(java.lang.String... attributeNames)
Returns a reference to this object so that method calls can be chained together.
attributeNames - One or more account attribute names.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 - One or more account attribute names.public DescribeAccountAttributesRequest withAttributeNames(AccountAttributeName... attributeNames)
Returns a reference to this object so that method calls can be chained together.
attributeNames - One or more account attribute names.public Request<DescribeAccountAttributesRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeAccountAttributesRequest>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