Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeMovingAddressesRequest.Builder,DescribeMovingAddressesRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeMovingAddressesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeMovingAddressesRequest.Builder,DescribeMovingAddressesRequest>
Contains the parameters for DescribeMovingAddresses.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeMovingAddressesRequest.Builder |
NOOP
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<Filter> filters()
One or more filters.
moving-status
- The status of the Elastic IP address (MovingToVpc
|
RestoringToClassic
).
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.
public DescribeMovingAddressesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeMovingAddressesRequest.Builder,DescribeMovingAddressesRequest>
public static DescribeMovingAddressesRequest.Builder builder()
public static Class<? extends DescribeMovingAddressesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.