@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAddressesAttributeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeAddressesAttributeRequest>
NOOP
Constructor and Description |
---|
DescribeAddressesAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAddressesAttributeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAllocationIds()
[EC2-VPC] The allocation IDs.
|
String |
getAttribute()
The attribute of the IP address.
|
Request<DescribeAddressesAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
Integer |
getMaxResults()
The maximum number of results to return with a single call.
|
String |
getNextToken()
The token for the next page of results.
|
int |
hashCode() |
void |
setAllocationIds(Collection<String> allocationIds)
[EC2-VPC] The allocation IDs.
|
void |
setAttribute(String attribute)
The attribute of the IP address.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAddressesAttributeRequest |
withAllocationIds(Collection<String> allocationIds)
[EC2-VPC] The allocation IDs.
|
DescribeAddressesAttributeRequest |
withAllocationIds(String... allocationIds)
[EC2-VPC] The allocation IDs.
|
DescribeAddressesAttributeRequest |
withAttribute(AddressAttributeName attribute)
The attribute of the IP address.
|
DescribeAddressesAttributeRequest |
withAttribute(String attribute)
The attribute of the IP address.
|
DescribeAddressesAttributeRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeAddressesAttributeRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getAllocationIds()
[EC2-VPC] The allocation IDs.
public void setAllocationIds(Collection<String> allocationIds)
[EC2-VPC] The allocation IDs.
allocationIds
- [EC2-VPC] The allocation IDs.public DescribeAddressesAttributeRequest withAllocationIds(String... allocationIds)
[EC2-VPC] The allocation IDs.
NOTE: This method appends the values to the existing list (if any). Use
setAllocationIds(java.util.Collection)
or withAllocationIds(java.util.Collection)
if you want
to override the existing values.
allocationIds
- [EC2-VPC] The allocation IDs.public DescribeAddressesAttributeRequest withAllocationIds(Collection<String> allocationIds)
[EC2-VPC] The allocation IDs.
allocationIds
- [EC2-VPC] The allocation IDs.public void setAttribute(String attribute)
The attribute of the IP address.
attribute
- The attribute of the IP address.AddressAttributeName
public String getAttribute()
The attribute of the IP address.
AddressAttributeName
public DescribeAddressesAttributeRequest withAttribute(String attribute)
The attribute of the IP address.
attribute
- The attribute of the IP address.AddressAttributeName
public DescribeAddressesAttributeRequest withAttribute(AddressAttributeName attribute)
The attribute of the IP address.
attribute
- The attribute of the IP address.AddressAttributeName
public void setNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String getNextToken()
The token for the next page of results.
public DescribeAddressesAttributeRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.public Integer getMaxResults()
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
nextToken
value.public DescribeAddressesAttributeRequest withMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.public Request<DescribeAddressesAttributeRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeAddressesAttributeRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeAddressesAttributeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()