@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAddressTransfersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeAddressTransfersRequest>
NOOP
Constructor and Description |
---|
DescribeAddressTransfersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAddressTransfersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAllocationIds()
The allocation IDs of Elastic IP addresses.
|
Request<DescribeAddressTransfersRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
Integer |
getMaxResults()
The maximum number of address transfers to return in one page of results.
|
String |
getNextToken()
Specify the pagination token from a previous request to retrieve the next page of results.
|
int |
hashCode() |
void |
setAllocationIds(Collection<String> allocationIds)
The allocation IDs of Elastic IP addresses.
|
void |
setMaxResults(Integer maxResults)
The maximum number of address transfers to return in one page of results.
|
void |
setNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAddressTransfersRequest |
withAllocationIds(Collection<String> allocationIds)
The allocation IDs of Elastic IP addresses.
|
DescribeAddressTransfersRequest |
withAllocationIds(String... allocationIds)
The allocation IDs of Elastic IP addresses.
|
DescribeAddressTransfersRequest |
withMaxResults(Integer maxResults)
The maximum number of address transfers to return in one page of results.
|
DescribeAddressTransfersRequest |
withNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve 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()
The allocation IDs of Elastic IP addresses.
public void setAllocationIds(Collection<String> allocationIds)
The allocation IDs of Elastic IP addresses.
allocationIds
- The allocation IDs of Elastic IP addresses.public DescribeAddressTransfersRequest withAllocationIds(String... allocationIds)
The allocation IDs of Elastic IP addresses.
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
- The allocation IDs of Elastic IP addresses.public DescribeAddressTransfersRequest withAllocationIds(Collection<String> allocationIds)
The allocation IDs of Elastic IP addresses.
allocationIds
- The allocation IDs of Elastic IP addresses.public void setNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
nextToken
- Specify the pagination token from a previous request to retrieve the next page of results.public String getNextToken()
Specify the pagination token from a previous request to retrieve the next page of results.
public DescribeAddressTransfersRequest withNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
nextToken
- Specify the pagination token from a previous request to retrieve the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of address transfers to return in one page of results.
maxResults
- The maximum number of address transfers to return in one page of results.public Integer getMaxResults()
The maximum number of address transfers to return in one page of results.
public DescribeAddressTransfersRequest withMaxResults(Integer maxResults)
The maximum number of address transfers to return in one page of results.
maxResults
- The maximum number of address transfers to return in one page of results.public Request<DescribeAddressTransfersRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeAddressTransfersRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeAddressTransfersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()