Cloneable, ReadLimitInfo, ToCopyableBuilder<ListDomainsRequest.Builder,ListDomainsRequest>@Generated("software.amazon.awssdk:codegen") public class ListDomainsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListDomainsRequest.Builder,ListDomainsRequest>
The ListDomains request includes the following elements.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListDomainsRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static ListDomainsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
marker() |
For an initial request for a list of domains, omit this element.
|
Integer |
maxItems() |
Number of domains to be returned.
|
static Class<? extends ListDomainsRequest.Builder> |
serializableBuilderClass() |
|
ListDomainsRequest.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 String marker()
For an initial request for a list of domains, omit this element. If the number of domains that are associated
with the current AWS account is greater than the value that you specified for MaxItems, you can use
Marker to return additional domains. Get the value of NextPageMarker from the previous
response, and submit another request that includes the value of NextPageMarker in the
Marker element.
Constraints: The marker must match the value specified in the previous request.
MaxItems, you can use Marker to return additional domains. Get the value of
NextPageMarker from the previous response, and submit another request that includes the
value of NextPageMarker in the Marker element.
Constraints: The marker must match the value specified in the previous request.
public Integer maxItems()
Number of domains to be returned.
Default: 20
Default: 20
public ListDomainsRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListDomainsRequest.Builder,ListDomainsRequest>public static ListDomainsRequest.Builder builder()
public static Class<? extends ListDomainsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.