@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTestRunsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTestRunsResult() |
Modifier and Type | Method and Description |
---|---|
ListTestRunsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token from the previous request to retrieve the next page of results.
|
List<TestRunSummary> |
getTestRuns()
The test runs of the response query.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token from the previous request to retrieve the next page of results.
|
void |
setTestRuns(Collection<TestRunSummary> testRuns)
The test runs of the response query.
|
String |
toString()
Returns a string representation of this object.
|
ListTestRunsResult |
withNextToken(String nextToken)
The token from the previous request to retrieve the next page of results.
|
ListTestRunsResult |
withTestRuns(Collection<TestRunSummary> testRuns)
The test runs of the response query.
|
ListTestRunsResult |
withTestRuns(TestRunSummary... testRuns)
The test runs of the response query.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TestRunSummary> getTestRuns()
The test runs of the response query.
public void setTestRuns(Collection<TestRunSummary> testRuns)
The test runs of the response query.
testRuns
- The test runs of the response query.public ListTestRunsResult withTestRuns(TestRunSummary... testRuns)
The test runs of the response query.
NOTE: This method appends the values to the existing list (if any). Use
setTestRuns(java.util.Collection)
or withTestRuns(java.util.Collection)
if you want to override
the existing values.
testRuns
- The test runs of the response query.public ListTestRunsResult withTestRuns(Collection<TestRunSummary> testRuns)
The test runs of the response query.
testRuns
- The test runs of the response query.public void setNextToken(String nextToken)
The token from the previous request to retrieve the next page of results.
nextToken
- The token from the previous request to retrieve the next page of results.public String getNextToken()
The token from the previous request to retrieve the next page of results.
public ListTestRunsResult withNextToken(String nextToken)
The token from the previous request to retrieve the next page of results.
nextToken
- The token from the previous request to retrieve the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListTestRunsResult clone()