|
||||||||||
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(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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeAccountAttributesRequest()
Method Detail |
---|
public 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |