@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTestSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTestSetsResult() |
Modifier and Type | Method and Description |
---|---|
ListTestSetsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token that indicates whether there are more results to return in a response to the ListTestSets operation.
|
List<TestSetSummary> |
getTestSets()
The selected test sets in a list of test sets.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListTestSets operation.
|
void |
setTestSets(Collection<TestSetSummary> testSets)
The selected test sets in a list of test sets.
|
String |
toString()
Returns a string representation of this object.
|
ListTestSetsResult |
withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListTestSets operation.
|
ListTestSetsResult |
withTestSets(Collection<TestSetSummary> testSets)
The selected test sets in a list of test sets.
|
ListTestSetsResult |
withTestSets(TestSetSummary... testSets)
The selected test sets in a list of test sets.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TestSetSummary> getTestSets()
The selected test sets in a list of test sets.
public void setTestSets(Collection<TestSetSummary> testSets)
The selected test sets in a list of test sets.
testSets
- The selected test sets in a list of test sets.public ListTestSetsResult withTestSets(TestSetSummary... testSets)
The selected test sets in a list of test sets.
NOTE: This method appends the values to the existing list (if any). Use
setTestSets(java.util.Collection)
or withTestSets(java.util.Collection)
if you want to override
the existing values.
testSets
- The selected test sets in a list of test sets.public ListTestSetsResult withTestSets(Collection<TestSetSummary> testSets)
The selected test sets in a list of test sets.
testSets
- The selected test sets in a list of test sets.public void setNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListTestSets operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSets operation request to get the next page of results.
nextToken
- A token that indicates whether there are more results to return in a response to the ListTestSets
operation. If the nextToken field is present, you send the contents as the nextToken parameter of a
ListTestSets operation request to get the next page of results.public String getNextToken()
A token that indicates whether there are more results to return in a response to the ListTestSets operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSets operation request to get the next page of results.
public ListTestSetsResult withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListTestSets operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSets operation request to get the next page of results.
nextToken
- A token that indicates whether there are more results to return in a response to the ListTestSets
operation. If the nextToken field is present, you send the contents as the nextToken parameter of a
ListTestSets operation request to get the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListTestSetsResult clone()