com.amazonaws.services.ec2.model
Class DescribeAccountAttributesRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.ec2.model.DescribeAccountAttributesRequest
All Implemented Interfaces:
DryRunSupportedRequest<DescribeAccountAttributesRequest>, java.io.Serializable

public class DescribeAccountAttributesRequest
extends AmazonWebServiceRequest
implements java.io.Serializable, DryRunSupportedRequest<DescribeAccountAttributesRequest>

Container for the parameters to the DescribeAccountAttributes operation.

Describes the specified attribute of your AWS account.

See Also:
AmazonEC2.describeAccountAttributes(DescribeAccountAttributesRequest), Serialized Form

Constructor Summary
DescribeAccountAttributesRequest()
           
 
Method Summary
 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.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeAccountAttributesRequest

public DescribeAccountAttributesRequest()
Method Detail

getAttributeNames

public java.util.List<java.lang.String> getAttributeNames()
One or more account attribute names.

Returns:
One or more account attribute names.

setAttributeNames

public void setAttributeNames(java.util.Collection<java.lang.String> attributeNames)
One or more account attribute names.

Parameters:
attributeNames - One or more account attribute names.

withAttributeNames

public DescribeAccountAttributesRequest withAttributeNames(java.lang.String... attributeNames)
One or more account attribute names.

Returns a reference to this object so that method calls can be chained together.

Parameters:
attributeNames - One or more account attribute names.
Returns:
A reference to this updated object so that method calls can be chained together.

withAttributeNames

public DescribeAccountAttributesRequest withAttributeNames(java.util.Collection<java.lang.String> attributeNames)
One or more account attribute names.

Returns a reference to this object so that method calls can be chained together.

Parameters:
attributeNames - One or more account attribute names.
Returns:
A reference to this updated object so that method calls can be chained together.

withAttributeNames

public DescribeAccountAttributesRequest withAttributeNames(AccountAttributeName... attributeNames)
One or more account attribute names.

Returns a reference to this object so that method calls can be chained together.

Parameters:
attributeNames - One or more account attribute names.
Returns:
A reference to this updated object so that method calls can be chained together.

getDryRunRequest

public Request<DescribeAccountAttributesRequest> getDryRunRequest()
This method is intended for internal use only. Returns the marshaled request configured with additional parameters to enable operation dry-run.

Specified by:
getDryRunRequest in interface DryRunSupportedRequest<DescribeAccountAttributesRequest>

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.