@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSuiteRunsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListSuiteRunsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListSuiteRunsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
MaxResults for list suite run API request.
|
String |
getNextToken()
Next pagination token for list suite run request.
|
String |
getSuiteDefinitionId()
Lists the runs of the specified Device Advisor test suite based on suite definition Id.
|
String |
getSuiteDefinitionVersion()
Lists the runs of the specified Device Advisor test suite based on suite definition version.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
MaxResults for list suite run API request.
|
void |
setNextToken(String nextToken)
Next pagination token for list suite run request.
|
void |
setSuiteDefinitionId(String suiteDefinitionId)
Lists the runs of the specified Device Advisor test suite based on suite definition Id.
|
void |
setSuiteDefinitionVersion(String suiteDefinitionVersion)
Lists the runs of the specified Device Advisor test suite based on suite definition version.
|
String |
toString()
Returns a string representation of this object.
|
ListSuiteRunsRequest |
withMaxResults(Integer maxResults)
MaxResults for list suite run API request.
|
ListSuiteRunsRequest |
withNextToken(String nextToken)
Next pagination token for list suite run request.
|
ListSuiteRunsRequest |
withSuiteDefinitionId(String suiteDefinitionId)
Lists the runs of the specified Device Advisor test suite based on suite definition Id.
|
ListSuiteRunsRequest |
withSuiteDefinitionVersion(String suiteDefinitionVersion)
Lists the runs of the specified Device Advisor test suite based on suite definition version.
|
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 setSuiteDefinitionId(String suiteDefinitionId)
Lists the runs of the specified Device Advisor test suite based on suite definition Id.
suiteDefinitionId - Lists the runs of the specified Device Advisor test suite based on suite definition Id.public String getSuiteDefinitionId()
Lists the runs of the specified Device Advisor test suite based on suite definition Id.
public ListSuiteRunsRequest withSuiteDefinitionId(String suiteDefinitionId)
Lists the runs of the specified Device Advisor test suite based on suite definition Id.
suiteDefinitionId - Lists the runs of the specified Device Advisor test suite based on suite definition Id.public void setSuiteDefinitionVersion(String suiteDefinitionVersion)
Lists the runs of the specified Device Advisor test suite based on suite definition version.
suiteDefinitionVersion - Lists the runs of the specified Device Advisor test suite based on suite definition version.public String getSuiteDefinitionVersion()
Lists the runs of the specified Device Advisor test suite based on suite definition version.
public ListSuiteRunsRequest withSuiteDefinitionVersion(String suiteDefinitionVersion)
Lists the runs of the specified Device Advisor test suite based on suite definition version.
suiteDefinitionVersion - Lists the runs of the specified Device Advisor test suite based on suite definition version.public void setMaxResults(Integer maxResults)
MaxResults for list suite run API request.
maxResults - MaxResults for list suite run API request.public Integer getMaxResults()
MaxResults for list suite run API request.
public ListSuiteRunsRequest withMaxResults(Integer maxResults)
MaxResults for list suite run API request.
maxResults - MaxResults for list suite run API request.public void setNextToken(String nextToken)
Next pagination token for list suite run request.
nextToken - Next pagination token for list suite run request.public String getNextToken()
Next pagination token for list suite run request.
public ListSuiteRunsRequest withNextToken(String nextToken)
Next pagination token for list suite run request.
nextToken - Next pagination token for list suite run request.public String toString()
toString in class ObjectObject.toString()public ListSuiteRunsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()