* If there are more items to return, this contains a token that is passed to a subsequent call to
* DescribeCodeCoverages
to retrieve the next set of items.
*
* An array of CodeCoverage
objects that contain the results.
*
* If there are more items to return, this contains a token that is passed to a subsequent call to
* DescribeCodeCoverages
to retrieve the next set of items.
*
DescribeCodeCoverages
to retrieve the next set of items.
*/
public void setNextToken(String nextToken) {
this.nextToken = nextToken;
}
/**
*
* If there are more items to return, this contains a token that is passed to a subsequent call to
* DescribeCodeCoverages
to retrieve the next set of items.
*
DescribeCodeCoverages
to retrieve the next set of items.
*/
public String getNextToken() {
return this.nextToken;
}
/**
*
* If there are more items to return, this contains a token that is passed to a subsequent call to
* DescribeCodeCoverages
to retrieve the next set of items.
*
DescribeCodeCoverages
to retrieve the next set of items.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DescribeCodeCoveragesResult withNextToken(String nextToken) {
setNextToken(nextToken);
return this;
}
/**
*
* An array of CodeCoverage
objects that contain the results.
*
CodeCoverage
objects that contain the results.
*/
public java.util.List
* An array of CodeCoverage
objects that contain the results.
*
CodeCoverage
objects that contain the results.
*/
public void setCodeCoverages(java.util.Collection
* An array of CodeCoverage
objects that contain the results.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setCodeCoverages(java.util.Collection)} or {@link #withCodeCoverages(java.util.Collection)} if you want * to override the existing values. *
* * @param codeCoverages * An array ofCodeCoverage
objects that contain the results.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DescribeCodeCoveragesResult withCodeCoverages(CodeCoverage... codeCoverages) {
if (this.codeCoverages == null) {
setCodeCoverages(new java.util.ArrayList
* An array of CodeCoverage
objects that contain the results.
*
CodeCoverage
objects that contain the results.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DescribeCodeCoveragesResult withCodeCoverages(java.util.Collection