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