@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTestExecutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTestExecutionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTestExecutionsRequest |
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 test executions to return in each page.
|
String |
getNextToken()
If the response from the ListTestExecutions operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
TestExecutionSortBy |
getSortBy()
The sort order of the test set executions.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of test executions to return in each page.
|
void |
setNextToken(String nextToken)
If the response from the ListTestExecutions operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
void |
setSortBy(TestExecutionSortBy sortBy)
The sort order of the test set executions.
|
String |
toString()
Returns a string representation of this object.
|
ListTestExecutionsRequest |
withMaxResults(Integer maxResults)
The maximum number of test executions to return in each page.
|
ListTestExecutionsRequest |
withNextToken(String nextToken)
If the response from the ListTestExecutions operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
ListTestExecutionsRequest |
withSortBy(TestExecutionSortBy sortBy)
The sort order of the test set executions.
|
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 setSortBy(TestExecutionSortBy sortBy)
The sort order of the test set executions.
sortBy
- The sort order of the test set executions.public TestExecutionSortBy getSortBy()
The sort order of the test set executions.
public ListTestExecutionsRequest withSortBy(TestExecutionSortBy sortBy)
The sort order of the test set executions.
sortBy
- The sort order of the test set executions.public void setMaxResults(Integer maxResults)
The maximum number of test executions to return in each page. If there are fewer results than the max page size, only the actual number of results are returned.
maxResults
- The maximum number of test executions to return in each page. If there are fewer results than the max page
size, only the actual number of results are returned.public Integer getMaxResults()
The maximum number of test executions to return in each page. If there are fewer results than the max page size, only the actual number of results are returned.
public ListTestExecutionsRequest withMaxResults(Integer maxResults)
The maximum number of test executions to return in each page. If there are fewer results than the max page size, only the actual number of results are returned.
maxResults
- The maximum number of test executions to return in each page. If there are fewer results than the max page
size, only the actual number of results are returned.public void setNextToken(String nextToken)
If the response from the ListTestExecutions operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
nextToken
- If the response from the ListTestExecutions operation contains more results than specified in the
maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to
return the next page of results.public String getNextToken()
If the response from the ListTestExecutions operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
public ListTestExecutionsRequest withNextToken(String nextToken)
If the response from the ListTestExecutions operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
nextToken
- If the response from the ListTestExecutions operation contains more results than specified in the
maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to
return the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListTestExecutionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()