@Generated(value="software.amazon.awssdk:codegen") public final class DescribeCodeCoveragesRequest extends CodeBuildRequest implements ToCopyableBuilder<DescribeCodeCoveragesRequest.Builder,DescribeCodeCoveragesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeCodeCoveragesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeCodeCoveragesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
maxLineCoveragePercentage()
The maximum line coverage percentage to report.
|
Integer |
maxResults()
The maximum number of results to return.
|
Double |
minLineCoveragePercentage()
The minimum line coverage percentage to report.
|
String |
nextToken()
The
nextToken value returned from a previous call to DescribeCodeCoverages. |
String |
reportArn()
The ARN of the report for which test cases are returned.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeCodeCoveragesRequest.Builder> |
serializableBuilderClass() |
ReportCodeCoverageSortByType |
sortBy()
Specifies how the results are sorted.
|
String |
sortByAsString()
Specifies how the results are sorted.
|
SortOrderType |
sortOrder()
Specifies if the results are sorted in ascending or descending order.
|
String |
sortOrderAsString()
Specifies if the results are sorted in ascending or descending order.
|
DescribeCodeCoveragesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String reportArn()
The ARN of the report for which test cases are returned.
public final 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 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 final Integer maxResults()
The maximum number of results to return.
public final SortOrderType sortOrder()
Specifies if the results are sorted in ascending or descending order.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderTypepublic final String sortOrderAsString()
Specifies if the results are sorted in ascending or descending order.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderTypepublic final 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.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ReportCodeCoverageSortByType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
The results are sorted by file path.
The results are sorted by the percentage of lines that are covered.
ReportCodeCoverageSortByTypepublic final String sortByAsString()
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.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ReportCodeCoverageSortByType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
The results are sorted by file path.
The results are sorted by the percentage of lines that are covered.
ReportCodeCoverageSortByTypepublic final Double minLineCoveragePercentage()
The minimum line coverage percentage to report.
public final Double maxLineCoveragePercentage()
The maximum line coverage percentage to report.
public DescribeCodeCoveragesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeCodeCoveragesRequest.Builder,DescribeCodeCoveragesRequest>toBuilder in class CodeBuildRequestpublic static DescribeCodeCoveragesRequest.Builder builder()
public static Class<? extends DescribeCodeCoveragesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.