@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTestRunsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTestRunsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTestRunsRequest |
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 runs to return in one page of results.
|
String |
getNextToken()
The token from the previous request to retrieve the next page of test run results.
|
List<String> |
getTestRunIds()
The test run IDs of the test runs.
|
String |
getTestSuiteId()
The test suite ID of the test runs.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of test runs to return in one page of results.
|
void |
setNextToken(String nextToken)
The token from the previous request to retrieve the next page of test run results.
|
void |
setTestRunIds(Collection<String> testRunIds)
The test run IDs of the test runs.
|
void |
setTestSuiteId(String testSuiteId)
The test suite ID of the test runs.
|
String |
toString()
Returns a string representation of this object.
|
ListTestRunsRequest |
withMaxResults(Integer maxResults)
The maximum number of test runs to return in one page of results.
|
ListTestRunsRequest |
withNextToken(String nextToken)
The token from the previous request to retrieve the next page of test run results.
|
ListTestRunsRequest |
withTestRunIds(Collection<String> testRunIds)
The test run IDs of the test runs.
|
ListTestRunsRequest |
withTestRunIds(String... testRunIds)
The test run IDs of the test runs.
|
ListTestRunsRequest |
withTestSuiteId(String testSuiteId)
The test suite ID of the test runs.
|
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 setTestSuiteId(String testSuiteId)
The test suite ID of the test runs.
testSuiteId
- The test suite ID of the test runs.public String getTestSuiteId()
The test suite ID of the test runs.
public ListTestRunsRequest withTestSuiteId(String testSuiteId)
The test suite ID of the test runs.
testSuiteId
- The test suite ID of the test runs.public List<String> getTestRunIds()
The test run IDs of the test runs.
public void setTestRunIds(Collection<String> testRunIds)
The test run IDs of the test runs.
testRunIds
- The test run IDs of the test runs.public ListTestRunsRequest withTestRunIds(String... testRunIds)
The test run IDs of the test runs.
NOTE: This method appends the values to the existing list (if any). Use
setTestRunIds(java.util.Collection)
or withTestRunIds(java.util.Collection)
if you want to
override the existing values.
testRunIds
- The test run IDs of the test runs.public ListTestRunsRequest withTestRunIds(Collection<String> testRunIds)
The test run IDs of the test runs.
testRunIds
- The test run IDs of the test runs.public void setNextToken(String nextToken)
The token from the previous request to retrieve the next page of test run results.
nextToken
- The token from the previous request to retrieve the next page of test run results.public String getNextToken()
The token from the previous request to retrieve the next page of test run results.
public ListTestRunsRequest withNextToken(String nextToken)
The token from the previous request to retrieve the next page of test run results.
nextToken
- The token from the previous request to retrieve the next page of test run results.public void setMaxResults(Integer maxResults)
The maximum number of test runs to return in one page of results.
maxResults
- The maximum number of test runs to return in one page of results.public Integer getMaxResults()
The maximum number of test runs to return in one page of results.
public ListTestRunsRequest withMaxResults(Integer maxResults)
The maximum number of test runs to return in one page of results.
maxResults
- The maximum number of test runs to return in one page of results.public String toString()
toString
in class Object
Object.toString()
public ListTestRunsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()