public class DescribeAccountAttributesRequest extends AmazonWebServiceRequest implements 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(Object obj) |
List<String> |
getAttributeNames()
One or more account attribute names.
|
Request<DescribeAccountAttributesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setAttributeNames(Collection<String> attributeNames)
One or more account attribute names.
|
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(Collection<String> attributeNames)
One or more account attribute names.
|
DescribeAccountAttributesRequest |
withAttributeNames(String... attributeNames)
One or more account attribute names.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic List<String> getAttributeNames()
public void setAttributeNames(Collection<String> attributeNames)
attributeNames - One or more account attribute names.public DescribeAccountAttributesRequest withAttributeNames(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(Collection<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 String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.