* During a previous call, the maximum number of items that can be returned is the value specified in
* maxResults
. If there more items in the list, then a unique string called a nextToken is
* returned. To get the next batch of items in the list, call this operation again, adding the next token to the
* call. To get all of the items in the list, keep calling this operation with each subsequent next token that is
* returned, until no more next tokens are returned.
*
* The returned list of test cases. *
*/ private java.util.List
* During a previous call, the maximum number of items that can be returned is the value specified in
* maxResults
. If there more items in the list, then a unique string called a nextToken is
* returned. To get the next batch of items in the list, call this operation again, adding the next token to the
* call. To get all of the items in the list, keep calling this operation with each subsequent next token that is
* returned, until no more next tokens are returned.
*
maxResults
. If there more items in the list, then a unique string called a nextToken
* is returned. To get the next batch of items in the list, call this operation again, adding the next token
* to the call. To get all of the items in the list, keep calling this operation with each subsequent next
* token that is returned, until no more next tokens are returned.
*/
public void setNextToken(String nextToken) {
this.nextToken = nextToken;
}
/**
*
* During a previous call, the maximum number of items that can be returned is the value specified in
* maxResults
. If there more items in the list, then a unique string called a nextToken is
* returned. To get the next batch of items in the list, call this operation again, adding the next token to the
* call. To get all of the items in the list, keep calling this operation with each subsequent next token that is
* returned, until no more next tokens are returned.
*
maxResults
. If there more items in the list, then a unique string called a nextToken
* is returned. To get the next batch of items in the list, call this operation again, adding the next token
* to the call. To get all of the items in the list, keep calling this operation with each subsequent next
* token that is returned, until no more next tokens are returned.
*/
public String getNextToken() {
return this.nextToken;
}
/**
*
* During a previous call, the maximum number of items that can be returned is the value specified in
* maxResults
. If there more items in the list, then a unique string called a nextToken is
* returned. To get the next batch of items in the list, call this operation again, adding the next token to the
* call. To get all of the items in the list, keep calling this operation with each subsequent next token that is
* returned, until no more next tokens are returned.
*
maxResults
. If there more items in the list, then a unique string called a nextToken
* is returned. To get the next batch of items in the list, call this operation again, adding the next token
* to the call. To get all of the items in the list, keep calling this operation with each subsequent next
* token that is returned, until no more next tokens are returned.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DescribeTestCasesResult withNextToken(String nextToken) {
setNextToken(nextToken);
return this;
}
/**
* * The returned list of test cases. *
* * @return The returned list of test cases. */ public java.util.List* The returned list of test cases. *
* * @param testCases * The returned list of test cases. */ public void setTestCases(java.util.Collection* The returned list of test cases. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setTestCases(java.util.Collection)} or {@link #withTestCases(java.util.Collection)} if you want to * override the existing values. *
* * @param testCases * The returned list of test cases. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeTestCasesResult withTestCases(TestCase... testCases) { if (this.testCases == null) { setTestCases(new java.util.ArrayList* The returned list of test cases. *
* * @param testCases * The returned list of test cases. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeTestCasesResult withTestCases(java.util.Collection