@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDomainsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The ListDomains request includes the following elements.
NOOP| Constructor and Description |
|---|
ListDomainsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListDomainsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMarker()
For an initial request for a list of domains, omit this element.
|
Integer |
getMaxItems()
Number of domains to be returned.
|
int |
hashCode() |
void |
setMarker(String marker)
For an initial request for a list of domains, omit this element.
|
void |
setMaxItems(Integer maxItems)
Number of domains to be returned.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListDomainsRequest |
withMarker(String marker)
For an initial request for a list of domains, omit this element.
|
ListDomainsRequest |
withMaxItems(Integer maxItems)
Number of domains to be returned.
|
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, withSdkRequestTimeoutpublic void setMarker(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.
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.
public String getMarker()
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 ListDomainsRequest withMarker(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.
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.
public void setMaxItems(Integer maxItems)
Number of domains to be returned.
Default: 20
maxItems - Number of domains to be returned.
Default: 20
public Integer getMaxItems()
Number of domains to be returned.
Default: 20
Default: 20
public ListDomainsRequest withMaxItems(Integer maxItems)
Number of domains to be returned.
Default: 20
maxItems - Number of domains to be returned.
Default: 20
public String toString()
toString in class ObjectObject.toString()public ListDomainsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.