@Generated(value="software.amazon.awssdk:codegen") public class DescribeMovingAddressesRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeMovingAddressesRequest.Builder,DescribeMovingAddressesRequest>
Contains the parameters for DescribeMovingAddresses.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeMovingAddressesRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static DescribeMovingAddressesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
List<Filter> |
filters()
One or more filters.
|
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return for the request in a single page.
|
String |
nextToken()
The token to use to retrieve the next page of results.
|
List<String> |
publicIps()
One or more Elastic IP addresses.
|
static Class<? extends DescribeMovingAddressesRequest.Builder> |
serializableBuilderClass() |
DescribeMovingAddressesRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic List<Filter> filters()
One or more filters.
moving-status - The status of the Elastic IP address (MovingToVpc |
RestoringToClassic).
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
moving-status - The status of the Elastic IP address (MovingToVpc |
RestoringToClassic).
public Integer maxResults()
The maximum number of results to return for the request in a single page. The remaining results of the initial
request can be seen by sending another request with the returned NextToken value. This value can be
between 5 and 1000; if MaxResults is given a value outside of this range, an error is returned.
Default: If no value is provided, the default is 1000.
NextToken value.
This value can be between 5 and 1000; if MaxResults is given a value outside of this range,
an error is returned.
Default: If no value is provided, the default is 1000.
public String nextToken()
The token to use to retrieve the next page of results.
public List<String> publicIps()
One or more Elastic IP addresses.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DescribeMovingAddressesRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeMovingAddressesRequest.Builder,DescribeMovingAddressesRequest>public static DescribeMovingAddressesRequest.Builder builder()
public static Class<? extends DescribeMovingAddressesRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.