@Generated(value="software.amazon.awssdk:codegen") public final class ListConformancePackComplianceScoresRequest extends ConfigRequest implements ToCopyableBuilder<ListConformancePackComplianceScoresRequest.Builder,ListConformancePackComplianceScoresRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListConformancePackComplianceScoresRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListConformancePackComplianceScoresRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ConformancePackComplianceScoresFilters |
filters()
Filters the results based on the
ConformancePackComplianceScoresFilters. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of conformance pack compliance scores returned on each page.
|
String |
nextToken()
The
nextToken string in a prior request that you can use to get the paginated response for the next
set of conformance pack compliance scores. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListConformancePackComplianceScoresRequest.Builder> |
serializableBuilderClass() |
SortBy |
sortBy()
Sorts your conformance pack compliance scores in either ascending or descending order, depending on
SortOrder. |
String |
sortByAsString()
Sorts your conformance pack compliance scores in either ascending or descending order, depending on
SortOrder. |
SortOrder |
sortOrder()
Determines the order in which conformance pack compliance scores are sorted.
|
String |
sortOrderAsString()
Determines the order in which conformance pack compliance scores are sorted.
|
ListConformancePackComplianceScoresRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ConformancePackComplianceScoresFilters filters()
Filters the results based on the ConformancePackComplianceScoresFilters.
ConformancePackComplianceScoresFilters.public final SortOrder sortOrder()
Determines the order in which conformance pack compliance scores are sorted. Either in ascending or descending order.
By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack.
Conformance pack compliance scores are sorted in reverse alphabetical order if you enter DESCENDING.
You can sort conformance pack compliance scores by the numerical value of the compliance score by entering
SCORE in the SortBy action. When compliance scores are sorted by SCORE,
conformance packs with a compliance score of INSUFFICIENT_DATA will be last when sorting by
ascending order and first when sorting by descending order.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
By default, conformance pack compliance scores are sorted in alphabetical order by name of the
conformance pack. Conformance pack compliance scores are sorted in reverse alphabetical order if you
enter DESCENDING.
You can sort conformance pack compliance scores by the numerical value of the compliance score by
entering SCORE in the SortBy action. When compliance scores are sorted by
SCORE, conformance packs with a compliance score of INSUFFICIENT_DATA will be
last when sorting by ascending order and first when sorting by descending order.
SortOrderpublic final String sortOrderAsString()
Determines the order in which conformance pack compliance scores are sorted. Either in ascending or descending order.
By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack.
Conformance pack compliance scores are sorted in reverse alphabetical order if you enter DESCENDING.
You can sort conformance pack compliance scores by the numerical value of the compliance score by entering
SCORE in the SortBy action. When compliance scores are sorted by SCORE,
conformance packs with a compliance score of INSUFFICIENT_DATA will be last when sorting by
ascending order and first when sorting by descending order.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
By default, conformance pack compliance scores are sorted in alphabetical order by name of the
conformance pack. Conformance pack compliance scores are sorted in reverse alphabetical order if you
enter DESCENDING.
You can sort conformance pack compliance scores by the numerical value of the compliance score by
entering SCORE in the SortBy action. When compliance scores are sorted by
SCORE, conformance packs with a compliance score of INSUFFICIENT_DATA will be
last when sorting by ascending order and first when sorting by descending order.
SortOrderpublic final SortBy sortBy()
Sorts your conformance pack compliance scores in either ascending or descending order, depending on
SortOrder.
By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack.
Enter SCORE, to sort conformance pack compliance scores by the numerical value of the compliance
score.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return SortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
SortOrder.
By default, conformance pack compliance scores are sorted in alphabetical order by name of the
conformance pack. Enter SCORE, to sort conformance pack compliance scores by the numerical
value of the compliance score.
SortBypublic final String sortByAsString()
Sorts your conformance pack compliance scores in either ascending or descending order, depending on
SortOrder.
By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack.
Enter SCORE, to sort conformance pack compliance scores by the numerical value of the compliance
score.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return SortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
SortOrder.
By default, conformance pack compliance scores are sorted in alphabetical order by name of the
conformance pack. Enter SCORE, to sort conformance pack compliance scores by the numerical
value of the compliance score.
SortBypublic final Integer limit()
The maximum number of conformance pack compliance scores returned on each page.
public final String nextToken()
The nextToken string in a prior request that you can use to get the paginated response for the next
set of conformance pack compliance scores.
nextToken string in a prior request that you can use to get the paginated response for
the next set of conformance pack compliance scores.public ListConformancePackComplianceScoresRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListConformancePackComplianceScoresRequest.Builder,ListConformancePackComplianceScoresRequest>toBuilder in class ConfigRequestpublic static ListConformancePackComplianceScoresRequest.Builder builder()
public static Class<? extends ListConformancePackComplianceScoresRequest.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 © 2023. All rights reserved.