@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTestRunTestCasesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTestRunTestCasesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTestRunTestCasesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token from a previous request to retrieve the next page of results.
|
List<TestCaseRunSummary> |
getTestRunTestCases()
The test run of the test cases.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token from a previous request to retrieve the next page of results.
|
void |
setTestRunTestCases(Collection<TestCaseRunSummary> testRunTestCases)
The test run of the test cases.
|
String |
toString()
Returns a string representation of this object.
|
ListTestRunTestCasesResult |
withNextToken(String nextToken)
The token from a previous request to retrieve the next page of results.
|
ListTestRunTestCasesResult |
withTestRunTestCases(Collection<TestCaseRunSummary> testRunTestCases)
The test run of the test cases.
|
ListTestRunTestCasesResult |
withTestRunTestCases(TestCaseRunSummary... testRunTestCases)
The test run of the test cases.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<TestCaseRunSummary> getTestRunTestCases()
The test run of the test cases.
public void setTestRunTestCases(Collection<TestCaseRunSummary> testRunTestCases)
The test run of the test cases.
testRunTestCases - The test run of the test cases.public ListTestRunTestCasesResult withTestRunTestCases(TestCaseRunSummary... testRunTestCases)
The test run of the test cases.
NOTE: This method appends the values to the existing list (if any). Use
setTestRunTestCases(java.util.Collection) or withTestRunTestCases(java.util.Collection) if you
want to override the existing values.
testRunTestCases - The test run of the test cases.public ListTestRunTestCasesResult withTestRunTestCases(Collection<TestCaseRunSummary> testRunTestCases)
The test run of the test cases.
testRunTestCases - The test run 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 ListTestRunTestCasesResult 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 String toString()
toString in class ObjectObject.toString()public ListTestRunTestCasesResult clone()