Cloneable, ReadLimitInfo, ToCopyableBuilder<DescribeAddressesRequest.Builder,DescribeAddressesRequest>@Generated("software.amazon.awssdk:codegen") public class DescribeAddressesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeAddressesRequest.Builder,DescribeAddressesRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DescribeAddressesRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static DescribeAddressesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The number of
ADDRESS objects to return. |
String |
nextToken() |
HTTP requests are stateless.
|
static Class<? extends DescribeAddressesRequest.Builder> |
serializableBuilderClass() |
|
DescribeAddressesRequest.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, withSdkClientExecutionTimeoutpublic Integer maxResults()
The number of ADDRESS objects to return.
ADDRESS objects to return.public 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.
ADDRESS
objects, you have the option of specifying a value for NextToken as the starting point for
your list of returned addresses.public DescribeAddressesRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeAddressesRequest.Builder,DescribeAddressesRequest>public static DescribeAddressesRequest.Builder builder()
public static Class<? extends DescribeAddressesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.