@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()
The maximum number of domains to return in a single call to
ListDomains . |
String |
getNextToken()
When the number of domains is greater than the default value for the
MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of domains, the response
includes a pagination token named NextToken . |
String |
getStatus()
The status of the data source.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of domains to return in a single call to
ListDomains . |
void |
setNextToken(String nextToken)
When the number of domains is greater than the default value for the
MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of domains, the response
includes a pagination token named NextToken . |
void |
setStatus(String status)
The status of the data source.
|
String |
toString()
Returns a string representation of this object.
|
ListDomainsRequest |
withMaxResults(Integer maxResults)
The maximum number of domains to return in a single call to
ListDomains . |
ListDomainsRequest |
withNextToken(String nextToken)
When the number of domains is greater than the default value for the
MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of domains, the response
includes a pagination token named NextToken . |
ListDomainsRequest |
withStatus(DomainStatus status)
The status of the data source.
|
ListDomainsRequest |
withStatus(String status)
The status of the data source.
|
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 setMaxResults(Integer maxResults)
The maximum number of domains to return in a single call to ListDomains
. When the number of domains
to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListDomains
to list the next set of domains.
maxResults
- The maximum number of domains to return in a single call to ListDomains
. When the number of
domains to be listed is greater than the value of MaxResults
, the response contains a
NextToken
value that you can use in a subsequent call to ListDomains
to list the
next set of domains.public Integer getMaxResults()
The maximum number of domains to return in a single call to ListDomains
. When the number of domains
to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListDomains
to list the next set of domains.
ListDomains
. When the number of
domains to be listed is greater than the value of MaxResults
, the response contains a
NextToken
value that you can use in a subsequent call to ListDomains
to list
the next set of domains.public ListDomainsRequest withMaxResults(Integer maxResults)
The maximum number of domains to return in a single call to ListDomains
. When the number of domains
to be listed is greater than the value of MaxResults
, the response contains a NextToken
value that you can use in a subsequent call to ListDomains
to list the next set of domains.
maxResults
- The maximum number of domains to return in a single call to ListDomains
. When the number of
domains to be listed is greater than the value of MaxResults
, the response contains a
NextToken
value that you can use in a subsequent call to ListDomains
to list the
next set of domains.public void setNextToken(String nextToken)
When the number of domains is greater than the default value for the MaxResults
parameter, or if you
explicitly specify a value for MaxResults
that is less than the number of domains, the response
includes a pagination token named NextToken
. You can specify this NextToken
value in a
subsequent call to ListDomains
to list the next set of domains.
nextToken
- When the number of domains is greater than the default value for the MaxResults
parameter, or
if you explicitly specify a value for MaxResults
that is less than the number of domains, the
response includes a pagination token named NextToken
. You can specify this
NextToken
value in a subsequent call to ListDomains
to list the next set of
domains.public String getNextToken()
When the number of domains is greater than the default value for the MaxResults
parameter, or if you
explicitly specify a value for MaxResults
that is less than the number of domains, the response
includes a pagination token named NextToken
. You can specify this NextToken
value in a
subsequent call to ListDomains
to list the next set of domains.
MaxResults
parameter,
or if you explicitly specify a value for MaxResults
that is less than the number of domains,
the response includes a pagination token named NextToken
. You can specify this
NextToken
value in a subsequent call to ListDomains
to list the next set of
domains.public ListDomainsRequest withNextToken(String nextToken)
When the number of domains is greater than the default value for the MaxResults
parameter, or if you
explicitly specify a value for MaxResults
that is less than the number of domains, the response
includes a pagination token named NextToken
. You can specify this NextToken
value in a
subsequent call to ListDomains
to list the next set of domains.
nextToken
- When the number of domains is greater than the default value for the MaxResults
parameter, or
if you explicitly specify a value for MaxResults
that is less than the number of domains, the
response includes a pagination token named NextToken
. You can specify this
NextToken
value in a subsequent call to ListDomains
to list the next set of
domains.public void setStatus(String status)
The status of the data source.
status
- The status of the data source.DomainStatus
public String getStatus()
The status of the data source.
DomainStatus
public ListDomainsRequest withStatus(String status)
The status of the data source.
status
- The status of the data source.DomainStatus
public ListDomainsRequest withStatus(DomainStatus status)
The status of the data source.
status
- The status of the data source.DomainStatus
public String toString()
toString
in class Object
Object.toString()
public ListDomainsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()