@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDomainsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListDomainsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListDomainsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The total number of items to return in the response.
|
String |
getNextToken()
If the previous response was truncated, you will receive this token.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The total number of items to return in the response.
|
void |
setNextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
String |
toString()
Returns a string representation of this object.
|
ListDomainsRequest |
withMaxResults(Integer maxResults)
The total number of items to return in the response.
|
ListDomainsRequest |
withNextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
addHandlerContext, copyBaseTo, 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 setNextToken(String nextToken)
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to
receive the next set of results.public String getNextToken()
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
public ListDomainsRequest withNextToken(String nextToken)
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to
receive the next set of results.public void setMaxResults(Integer maxResults)
The total number of items to return in the response. If the total number of items available is more than the
value specified, a NextToken is provided in the response. To resume pagination, provide the
NextToken value in the as part of a subsequent call. The default value is 10.
maxResults - The total number of items to return in the response. If the total number of items available is more than
the value specified, a NextToken is provided in the response. To resume pagination, provide
the NextToken value in the as part of a subsequent call. The default value is 10.public Integer getMaxResults()
The total number of items to return in the response. If the total number of items available is more than the
value specified, a NextToken is provided in the response. To resume pagination, provide the
NextToken value in the as part of a subsequent call. The default value is 10.
NextToken is provided in the response. To resume pagination, provide
the NextToken value in the as part of a subsequent call. The default value is 10.public ListDomainsRequest withMaxResults(Integer maxResults)
The total number of items to return in the response. If the total number of items available is more than the
value specified, a NextToken is provided in the response. To resume pagination, provide the
NextToken value in the as part of a subsequent call. The default value is 10.
maxResults - The total number of items to return in the response. If the total number of items available is more than
the value specified, a NextToken is provided in the response. To resume pagination, provide
the NextToken value in the as part of a subsequent call. The default value is 10.public String toString()
toString in class ObjectObject.toString()public ListDomainsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.