|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DescribeAccountAttributesRequest
public class DescribeAccountAttributesRequest
Container for the parameters to the DescribeAccountAttributes operation
.
Describes the specified attribute of your AWS account.
AmazonEC2.describeAccountAttributes(DescribeAccountAttributesRequest)
,
Serialized FormConstructor 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 |
---|
public DescribeAccountAttributesRequest()
Method Detail |
---|
public 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.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |