@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
This parameter defines the maximum number of results that can be return in a single response.
|
String |
getNextToken()
If the previous response was truncated, you will receive this token.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
This parameter defines the maximum number of results that can be return in a single 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)
This parameter defines the maximum number of results that can be return in a single response.
|
ListDomainsRequest |
withNextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
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 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)
This parameter defines the maximum number of results that can be return in a single response. The
MaxResults
parameter is an upper bound, not a target. If there are more results available than the
value specified, a NextToken
is provided in the response. The NextToken
indicates that
the user should get the next set of results by providing this token as a part of a subsequent call. The default
value for MaxResults
is 10.
maxResults
- This parameter defines the maximum number of results that can be return in a single response. The
MaxResults
parameter is an upper bound, not a target. If there are more results available
than the value specified, a NextToken
is provided in the response. The NextToken
indicates that the user should get the next set of results by providing this token as a part of a
subsequent call. The default value for MaxResults
is 10.public Integer getMaxResults()
This parameter defines the maximum number of results that can be return in a single response. The
MaxResults
parameter is an upper bound, not a target. If there are more results available than the
value specified, a NextToken
is provided in the response. The NextToken
indicates that
the user should get the next set of results by providing this token as a part of a subsequent call. The default
value for MaxResults
is 10.
MaxResults
parameter is an upper bound, not a target. If there are more results available
than the value specified, a NextToken
is provided in the response. The
NextToken
indicates that the user should get the next set of results by providing this token
as a part of a subsequent call. The default value for MaxResults
is 10.public ListDomainsRequest withMaxResults(Integer maxResults)
This parameter defines the maximum number of results that can be return in a single response. The
MaxResults
parameter is an upper bound, not a target. If there are more results available than the
value specified, a NextToken
is provided in the response. The NextToken
indicates that
the user should get the next set of results by providing this token as a part of a subsequent call. The default
value for MaxResults
is 10.
maxResults
- This parameter defines the maximum number of results that can be return in a single response. The
MaxResults
parameter is an upper bound, not a target. If there are more results available
than the value specified, a NextToken
is provided in the response. The NextToken
indicates that the user should get the next set of results by providing this token as a part of a
subsequent call. The default value for MaxResults
is 10.public String toString()
toString
in class Object
Object.toString()
public ListDomainsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()