@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTestExecutionResultItemsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTestExecutionResultItemsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTestExecutionResultItemsRequest |
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 execution result items to return in each page.
|
String |
getNextToken()
If the response from the
ListTestExecutionResultItems operation contains more results than specified
in the maxResults parameter, a token is returned in the response. |
TestExecutionResultFilterBy |
getResultFilterBy()
The filter for the list of results from the test set execution.
|
String |
getTestExecutionId()
The unique identifier of the test execution to list the result items.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of test execution result items to return in each page.
|
void |
setNextToken(String nextToken)
If the response from the
ListTestExecutionResultItems operation contains more results than specified
in the maxResults parameter, a token is returned in the response. |
void |
setResultFilterBy(TestExecutionResultFilterBy resultFilterBy)
The filter for the list of results from the test set execution.
|
void |
setTestExecutionId(String testExecutionId)
The unique identifier of the test execution to list the result items.
|
String |
toString()
Returns a string representation of this object.
|
ListTestExecutionResultItemsRequest |
withMaxResults(Integer maxResults)
The maximum number of test execution result items to return in each page.
|
ListTestExecutionResultItemsRequest |
withNextToken(String nextToken)
If the response from the
ListTestExecutionResultItems operation contains more results than specified
in the maxResults parameter, a token is returned in the response. |
ListTestExecutionResultItemsRequest |
withResultFilterBy(TestExecutionResultFilterBy resultFilterBy)
The filter for the list of results from the test set execution.
|
ListTestExecutionResultItemsRequest |
withTestExecutionId(String testExecutionId)
The unique identifier of the test execution to list the result items.
|
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 setTestExecutionId(String testExecutionId)
The unique identifier of the test execution to list the result items.
testExecutionId
- The unique identifier of the test execution to list the result items.public String getTestExecutionId()
The unique identifier of the test execution to list the result items.
public ListTestExecutionResultItemsRequest withTestExecutionId(String testExecutionId)
The unique identifier of the test execution to list the result items.
testExecutionId
- The unique identifier of the test execution to list the result items.public void setResultFilterBy(TestExecutionResultFilterBy resultFilterBy)
The filter for the list of results from the test set execution.
resultFilterBy
- The filter for the list of results from the test set execution.public TestExecutionResultFilterBy getResultFilterBy()
The filter for the list of results from the test set execution.
public ListTestExecutionResultItemsRequest withResultFilterBy(TestExecutionResultFilterBy resultFilterBy)
The filter for the list of results from the test set execution.
resultFilterBy
- The filter for the list of results from the test set execution.public void setMaxResults(Integer maxResults)
The maximum number of test execution result items 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 execution result items 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 execution result items to return in each page. If there are fewer results than the max page size, only the actual number of results are returned.
public ListTestExecutionResultItemsRequest withMaxResults(Integer maxResults)
The maximum number of test execution result items 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 execution result items 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 ListTestExecutionResultItems
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 ListTestExecutionResultItems
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 ListTestExecutionResultItems
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.
ListTestExecutionResultItems
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 ListTestExecutionResultItemsRequest withNextToken(String nextToken)
If the response from the ListTestExecutionResultItems
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 ListTestExecutionResultItems
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 ListTestExecutionResultItemsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()