Class DescribeMovingAddressesRequest
- All Implemented Interfaces:
ReadLimitInfo,DryRunSupportedRequest<DescribeMovingAddressesRequest>,Serializable,Cloneable
Contains the parameters for DescribeMovingAddresses.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThis method is intended for internal use only.One or more filters.The maximum number of results to return for the request in a single page.The token to use to retrieve the next page of results.One or more Elastic IP addresses.inthashCode()voidsetFilters(Collection<Filter> filters) One or more filters.voidsetMaxResults(Integer maxResults) The maximum number of results to return for the request in a single page.voidsetNextToken(String nextToken) The token to use to retrieve the next page of results.voidsetPublicIps(Collection<String> publicIps) One or more Elastic IP addresses.toString()Returns a string representation of this object; useful for testing and debugging.withFilters(Filter... filters) One or more filters.withFilters(Collection<Filter> filters) One or more filters.withMaxResults(Integer maxResults) The maximum number of results to return for the request in a single page.withNextToken(String nextToken) The token to use to retrieve the next page of results.withPublicIps(String... publicIps) One or more Elastic IP addresses.withPublicIps(Collection<String> publicIps) One or more Elastic IP addresses.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
Constructor Details
-
DescribeMovingAddressesRequest
public DescribeMovingAddressesRequest()
-
-
Method Details
-
getPublicIps
One or more Elastic IP addresses.
- Returns:
- One or more Elastic IP addresses.
-
setPublicIps
One or more Elastic IP addresses.
- Parameters:
publicIps- One or more Elastic IP addresses.
-
withPublicIps
One or more Elastic IP addresses.
NOTE: This method appends the values to the existing list (if any). Use
setPublicIps(java.util.Collection)orwithPublicIps(java.util.Collection)if you want to override the existing values.- Parameters:
publicIps- One or more Elastic IP addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withPublicIps
One or more Elastic IP addresses.
- Parameters:
publicIps- One or more Elastic IP addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The token to use to retrieve the next page of results.
- Parameters:
nextToken- The token to use to retrieve the next page of results.
-
getNextToken
The token to use to retrieve the next page of results.
- Returns:
- The token to use to retrieve the next page of results.
-
withNextToken
The token to use to retrieve the next page of results.
- Parameters:
nextToken- The token to use to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getFilters
One or more filters.
-
moving-status- The status of the Elastic IP address (MovingToVpc|RestoringToClassic).
- Returns:
- One or more filters.
-
moving-status- The status of the Elastic IP address (MovingToVpc|RestoringToClassic).
-
-
-
setFilters
One or more filters.
-
moving-status- The status of the Elastic IP address (MovingToVpc|RestoringToClassic).
- Parameters:
filters- One or more filters.-
moving-status- The status of the Elastic IP address (MovingToVpc|RestoringToClassic).
-
-
-
withFilters
One or more filters.
-
moving-status- The status of the Elastic IP address (MovingToVpc|RestoringToClassic).
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)orwithFilters(java.util.Collection)if you want to override the existing values.- Parameters:
filters- One or more filters.-
moving-status- The status of the Elastic IP address (MovingToVpc|RestoringToClassic).
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
withFilters
One or more filters.
-
moving-status- The status of the Elastic IP address (MovingToVpc|RestoringToClassic).
- Parameters:
filters- One or more filters.-
moving-status- The status of the Elastic IP address (MovingToVpc|RestoringToClassic).
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
setMaxResults
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
NextTokenvalue. This value can be between 5 and 1000; ifMaxResultsis given a value outside of this range, an error is returned.Default: If no value is provided, the default is 1000.
- Parameters:
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 returnedNextTokenvalue. This value can be between 5 and 1000; ifMaxResultsis given a value outside of this range, an error is returned.Default: If no value is provided, the default is 1000.
-
getMaxResults
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
NextTokenvalue. This value can be between 5 and 1000; ifMaxResultsis given a value outside of this range, an error is returned.Default: If no value is provided, the default is 1000.
- Returns:
- 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
NextTokenvalue. This value can be between 5 and 1000; ifMaxResultsis given a value outside of this range, an error is returned.Default: If no value is provided, the default is 1000.
-
withMaxResults
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
NextTokenvalue. This value can be between 5 and 1000; ifMaxResultsis given a value outside of this range, an error is returned.Default: If no value is provided, the default is 1000.
- Parameters:
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 returnedNextTokenvalue. This value can be between 5 and 1000; ifMaxResultsis given a value outside of this range, an error is returned.Default: If no value is provided, the default is 1000.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getDryRunRequest
This method is intended for internal use only. Returns the marshaled request configured with additional parameters to enable operation dry-run.- Specified by:
getDryRunRequestin interfaceDryRunSupportedRequest<DescribeMovingAddressesRequest>
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-