@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDomainAutoTunesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DescribeDomainAutoTunes operation.
NOOP| Constructor and Description |
|---|
DescribeDomainAutoTunesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDomainAutoTunesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
The domain name for which you want Auto-Tune action details.
|
Integer |
getMaxResults()
Set this value to limit the number of results returned.
|
String |
getNextToken()
NextToken is sent in case the earlier API call results contain the NextToken.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The domain name for which you want Auto-Tune action details.
|
void |
setMaxResults(Integer maxResults)
Set this value to limit the number of results returned.
|
void |
setNextToken(String nextToken)
NextToken is sent in case the earlier API call results contain the NextToken.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDomainAutoTunesRequest |
withDomainName(String domainName)
The domain name for which you want Auto-Tune action details.
|
DescribeDomainAutoTunesRequest |
withMaxResults(Integer maxResults)
Set this value to limit the number of results returned.
|
DescribeDomainAutoTunesRequest |
withNextToken(String nextToken)
NextToken is sent in case the earlier API call results contain the NextToken.
|
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 setDomainName(String domainName)
The domain name for which you want Auto-Tune action details.
domainName - The domain name for which you want Auto-Tune action details.public String getDomainName()
The domain name for which you want Auto-Tune action details.
public DescribeDomainAutoTunesRequest withDomainName(String domainName)
The domain name for which you want Auto-Tune action details.
domainName - The domain name for which you want Auto-Tune action details.public void setMaxResults(Integer maxResults)
Set this value to limit the number of results returned. If not specified, defaults to 100.
maxResults - Set this value to limit the number of results returned. If not specified, defaults to 100.public Integer getMaxResults()
Set this value to limit the number of results returned. If not specified, defaults to 100.
public DescribeDomainAutoTunesRequest withMaxResults(Integer maxResults)
Set this value to limit the number of results returned. If not specified, defaults to 100.
maxResults - Set this value to limit the number of results returned. If not specified, defaults to 100.public void setNextToken(String nextToken)
NextToken is sent in case the earlier API call results contain the NextToken. Used for pagination.
nextToken - NextToken is sent in case the earlier API call results contain the NextToken. Used for pagination.public String getNextToken()
NextToken is sent in case the earlier API call results contain the NextToken. Used for pagination.
public DescribeDomainAutoTunesRequest withNextToken(String nextToken)
NextToken is sent in case the earlier API call results contain the NextToken. Used for pagination.
nextToken - NextToken is sent in case the earlier API call results contain the NextToken. Used for pagination.public String toString()
toString in class ObjectObject.toString()public DescribeDomainAutoTunesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.