@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAddressesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAddressesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAddressesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The number of
ADDRESS objects to return. |
String |
getNextToken()
HTTP requests are stateless.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The number of
ADDRESS objects to return. |
void |
setNextToken(String nextToken)
HTTP requests are stateless.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeAddressesRequest |
withMaxResults(Integer maxResults)
The number of
ADDRESS objects to return. |
DescribeAddressesRequest |
withNextToken(String nextToken)
HTTP requests are stateless.
|
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 void setMaxResults(Integer maxResults)
The number of ADDRESS
objects to return.
maxResults
- The number of ADDRESS
objects to return.public Integer getMaxResults()
The number of ADDRESS
objects to return.
ADDRESS
objects to return.public DescribeAddressesRequest withMaxResults(Integer maxResults)
The number of ADDRESS
objects to return.
maxResults
- The number of ADDRESS
objects to return.public void setNextToken(String nextToken)
HTTP requests are stateless. To identify what object comes "next" in the list of ADDRESS
objects,
you have the option of specifying a value for NextToken
as the starting point for your list of
returned addresses.
nextToken
- HTTP requests are stateless. To identify what object comes "next" in the list of ADDRESS
objects, you have the option of specifying a value for NextToken
as the starting point for
your list of returned addresses.public String getNextToken()
HTTP requests are stateless. To identify what object comes "next" in the list of ADDRESS
objects,
you have the option of specifying a value for NextToken
as the starting point for your list of
returned addresses.
ADDRESS
objects, you have the option of specifying a value for NextToken
as the starting point for
your list of returned addresses.public DescribeAddressesRequest withNextToken(String nextToken)
HTTP requests are stateless. To identify what object comes "next" in the list of ADDRESS
objects,
you have the option of specifying a value for NextToken
as the starting point for your list of
returned addresses.
nextToken
- HTTP requests are stateless. To identify what object comes "next" in the list of ADDRESS
objects, you have the option of specifying a value for NextToken
as the starting point for
your list of returned addresses.public String toString()
toString
in class Object
Object.toString()
public DescribeAddressesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.