@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTestRunTestCasesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTestRunTestCasesRequest() |
Modifier and Type | Method and Description |
---|---|
ListTestRunTestCasesRequest |
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 run test cases to return in one page of results.
|
String |
getNextToken()
The token from a previous request to retrieve the next page of results.
|
String |
getTestRunId()
The test run ID of the test cases.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of test run test cases to return in one page of results.
|
void |
setNextToken(String nextToken)
The token from a previous request to retrieve the next page of results.
|
void |
setTestRunId(String testRunId)
The test run ID of the test cases.
|
String |
toString()
Returns a string representation of this object.
|
ListTestRunTestCasesRequest |
withMaxResults(Integer maxResults)
The maximum number of test run test cases to return in one page of results.
|
ListTestRunTestCasesRequest |
withNextToken(String nextToken)
The token from a previous request to retrieve the next page of results.
|
ListTestRunTestCasesRequest |
withTestRunId(String testRunId)
The test run ID of the test cases.
|
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 setTestRunId(String testRunId)
The test run ID of the test cases.
testRunId
- The test run ID of the test cases.public String getTestRunId()
The test run ID of the test cases.
public ListTestRunTestCasesRequest withTestRunId(String testRunId)
The test run ID of the test cases.
testRunId
- The test run ID of the test cases.public void setNextToken(String nextToken)
The token from a previous request to retrieve the next page of results.
nextToken
- The token from a previous request to retrieve the next page of results.public String getNextToken()
The token from a previous request to retrieve the next page of results.
public ListTestRunTestCasesRequest withNextToken(String nextToken)
The token from a previous request to retrieve the next page of results.
nextToken
- The token from a previous request to retrieve the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of test run test cases to return in one page of results.
maxResults
- The maximum number of test run test cases to return in one page of results.public Integer getMaxResults()
The maximum number of test run test cases to return in one page of results.
public ListTestRunTestCasesRequest withMaxResults(Integer maxResults)
The maximum number of test run test cases to return in one page of results.
maxResults
- The maximum number of test run test cases to return in one page of results.public String toString()
toString
in class Object
Object.toString()
public ListTestRunTestCasesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()