@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSuiteDefinitionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListSuiteDefinitionsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListSuiteDefinitionsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Integer | getMaxResults()
 Request the list of all the Device Advisor test suites. | 
| String | getNextToken()
 Requests the Device Advisor test suites next token. | 
| int | hashCode() | 
| void | setMaxResults(Integer maxResults)
 Request the list of all the Device Advisor test suites. | 
| void | setNextToken(String nextToken)
 Requests the Device Advisor test suites next token. | 
| String | toString()Returns a string representation of this object. | 
| ListSuiteDefinitionsRequest | withMaxResults(Integer maxResults)
 Request the list of all the Device Advisor test suites. | 
| ListSuiteDefinitionsRequest | withNextToken(String nextToken)
 Requests the Device Advisor test suites next 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, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
Request the list of all the Device Advisor test suites.
maxResults - Request the list of all the Device Advisor test suites.public Integer getMaxResults()
Request the list of all the Device Advisor test suites.
public ListSuiteDefinitionsRequest withMaxResults(Integer maxResults)
Request the list of all the Device Advisor test suites.
maxResults - Request the list of all the Device Advisor test suites.public void setNextToken(String nextToken)
Requests the Device Advisor test suites next token.
nextToken - Requests the Device Advisor test suites next token.public String getNextToken()
Requests the Device Advisor test suites next token.
public ListSuiteDefinitionsRequest withNextToken(String nextToken)
Requests the Device Advisor test suites next token.
nextToken - Requests the Device Advisor test suites next token.public String toString()
toString in class ObjectObject.toString()public ListSuiteDefinitionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()