public class DescribeAccountAttributesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable, DryRunSupportedRequest<DescribeAccountAttributesRequest>
Contains the parameters for DescribeAccountAttributes.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
attributeNames
One or more account attribute names.
|
NOOP
Constructor and Description |
---|
DescribeAccountAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAccountAttributesRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private SdkInternalList<java.lang.String> attributeNames
One or more account attribute names.
public java.util.List<java.lang.String> getAttributeNames()
One or more account attribute names.
AccountAttributeName
public void setAttributeNames(java.util.Collection<java.lang.String> attributeNames)
One or more account attribute names.
attributeNames
- One or more account attribute names.AccountAttributeName
public DescribeAccountAttributesRequest withAttributeNames(java.lang.String... attributeNames)
One or more account attribute names.
NOTE: This method appends the values to the existing list (if
any). Use setAttributeNames(java.util.Collection)
or
withAttributeNames(java.util.Collection)
if you want to override
the existing values.
attributeNames
- One or more account attribute names.AccountAttributeName
public DescribeAccountAttributesRequest withAttributeNames(java.util.Collection<java.lang.String> attributeNames)
One or more account attribute names.
attributeNames
- One or more account attribute names.AccountAttributeName
public DescribeAccountAttributesRequest withAttributeNames(AccountAttributeName... attributeNames)
One or more account attribute names.
attributeNames
- One or more account attribute names.AccountAttributeName
public Request<DescribeAccountAttributesRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeAccountAttributesRequest>
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeAccountAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()