@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCodeCoveragesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeCodeCoveragesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeCodeCoveragesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Double |
getMaxLineCoveragePercentage()
The maximum line coverage percentage to report.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
Double |
getMinLineCoveragePercentage()
The minimum line coverage percentage to report.
|
String |
getNextToken()
The
nextToken value returned from a previous call to DescribeCodeCoverages . |
String |
getReportArn()
The ARN of the report for which test cases are returned.
|
String |
getSortBy()
Specifies how the results are sorted.
|
String |
getSortOrder()
Specifies if the results are sorted in ascending or descending order.
|
int |
hashCode() |
void |
setMaxLineCoveragePercentage(Double maxLineCoveragePercentage)
The maximum line coverage percentage to report.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setMinLineCoveragePercentage(Double minLineCoveragePercentage)
The minimum line coverage percentage to report.
|
void |
setNextToken(String nextToken)
The
nextToken value returned from a previous call to DescribeCodeCoverages . |
void |
setReportArn(String reportArn)
The ARN of the report for which test cases are returned.
|
void |
setSortBy(String sortBy)
Specifies how the results are sorted.
|
void |
setSortOrder(String sortOrder)
Specifies if the results are sorted in ascending or descending order.
|
String |
toString()
Returns a string representation of this object.
|
DescribeCodeCoveragesRequest |
withMaxLineCoveragePercentage(Double maxLineCoveragePercentage)
The maximum line coverage percentage to report.
|
DescribeCodeCoveragesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
DescribeCodeCoveragesRequest |
withMinLineCoveragePercentage(Double minLineCoveragePercentage)
The minimum line coverage percentage to report.
|
DescribeCodeCoveragesRequest |
withNextToken(String nextToken)
The
nextToken value returned from a previous call to DescribeCodeCoverages . |
DescribeCodeCoveragesRequest |
withReportArn(String reportArn)
The ARN of the report for which test cases are returned.
|
DescribeCodeCoveragesRequest |
withSortBy(ReportCodeCoverageSortByType sortBy)
Specifies how the results are sorted.
|
DescribeCodeCoveragesRequest |
withSortBy(String sortBy)
Specifies how the results are sorted.
|
DescribeCodeCoveragesRequest |
withSortOrder(SortOrderType sortOrder)
Specifies if the results are sorted in ascending or descending order.
|
DescribeCodeCoveragesRequest |
withSortOrder(String sortOrder)
Specifies if the results are sorted in ascending or descending order.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setReportArn(String reportArn)
The ARN of the report for which test cases are returned.
reportArn
- The ARN of the report for which test cases are returned.public String getReportArn()
The ARN of the report for which test cases are returned.
public DescribeCodeCoveragesRequest withReportArn(String reportArn)
The ARN of the report for which test cases are returned.
reportArn
- The ARN of the report for which test cases are returned.public void setNextToken(String nextToken)
The nextToken
value returned from a previous call to DescribeCodeCoverages
. This
specifies the next item to return. To return the beginning of the list, exclude this parameter.
nextToken
- The nextToken
value returned from a previous call to DescribeCodeCoverages
. This
specifies the next item to return. To return the beginning of the list, exclude this parameter.public String getNextToken()
The nextToken
value returned from a previous call to DescribeCodeCoverages
. This
specifies the next item to return. To return the beginning of the list, exclude this parameter.
nextToken
value returned from a previous call to DescribeCodeCoverages
.
This specifies the next item to return. To return the beginning of the list, exclude this parameter.public DescribeCodeCoveragesRequest withNextToken(String nextToken)
The nextToken
value returned from a previous call to DescribeCodeCoverages
. This
specifies the next item to return. To return the beginning of the list, exclude this parameter.
nextToken
- The nextToken
value returned from a previous call to DescribeCodeCoverages
. This
specifies the next item to return. To return the beginning of the list, exclude this parameter.public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public DescribeCodeCoveragesRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public void setSortOrder(String sortOrder)
Specifies if the results are sorted in ascending or descending order.
sortOrder
- Specifies if the results are sorted in ascending or descending order.SortOrderType
public String getSortOrder()
Specifies if the results are sorted in ascending or descending order.
SortOrderType
public DescribeCodeCoveragesRequest withSortOrder(String sortOrder)
Specifies if the results are sorted in ascending or descending order.
sortOrder
- Specifies if the results are sorted in ascending or descending order.SortOrderType
public DescribeCodeCoveragesRequest withSortOrder(SortOrderType sortOrder)
Specifies if the results are sorted in ascending or descending order.
sortOrder
- Specifies if the results are sorted in ascending or descending order.SortOrderType
public void setSortBy(String sortBy)
Specifies how the results are sorted. Possible values are:
The results are sorted by file path.
The results are sorted by the percentage of lines that are covered.
sortBy
- Specifies how the results are sorted. Possible values are:
The results are sorted by file path.
The results are sorted by the percentage of lines that are covered.
ReportCodeCoverageSortByType
public String getSortBy()
Specifies how the results are sorted. Possible values are:
The results are sorted by file path.
The results are sorted by the percentage of lines that are covered.
The results are sorted by file path.
The results are sorted by the percentage of lines that are covered.
ReportCodeCoverageSortByType
public DescribeCodeCoveragesRequest withSortBy(String sortBy)
Specifies how the results are sorted. Possible values are:
The results are sorted by file path.
The results are sorted by the percentage of lines that are covered.
sortBy
- Specifies how the results are sorted. Possible values are:
The results are sorted by file path.
The results are sorted by the percentage of lines that are covered.
ReportCodeCoverageSortByType
public DescribeCodeCoveragesRequest withSortBy(ReportCodeCoverageSortByType sortBy)
Specifies how the results are sorted. Possible values are:
The results are sorted by file path.
The results are sorted by the percentage of lines that are covered.
sortBy
- Specifies how the results are sorted. Possible values are:
The results are sorted by file path.
The results are sorted by the percentage of lines that are covered.
ReportCodeCoverageSortByType
public void setMinLineCoveragePercentage(Double minLineCoveragePercentage)
The minimum line coverage percentage to report.
minLineCoveragePercentage
- The minimum line coverage percentage to report.public Double getMinLineCoveragePercentage()
The minimum line coverage percentage to report.
public DescribeCodeCoveragesRequest withMinLineCoveragePercentage(Double minLineCoveragePercentage)
The minimum line coverage percentage to report.
minLineCoveragePercentage
- The minimum line coverage percentage to report.public void setMaxLineCoveragePercentage(Double maxLineCoveragePercentage)
The maximum line coverage percentage to report.
maxLineCoveragePercentage
- The maximum line coverage percentage to report.public Double getMaxLineCoveragePercentage()
The maximum line coverage percentage to report.
public DescribeCodeCoveragesRequest withMaxLineCoveragePercentage(Double maxLineCoveragePercentage)
The maximum line coverage percentage to report.
maxLineCoveragePercentage
- The maximum line coverage percentage to report.public String toString()
toString
in class Object
Object.toString()
public DescribeCodeCoveragesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()