Class ListConformancePackComplianceScoresRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.config.model.ConfigRequest
-
- software.amazon.awssdk.services.config.model.ListConformancePackComplianceScoresRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListConformancePackComplianceScoresRequest.Builder,ListConformancePackComplianceScoresRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListConformancePackComplianceScoresRequest extends ConfigRequest implements ToCopyableBuilder<ListConformancePackComplianceScoresRequest.Builder,ListConformancePackComplianceScoresRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListConformancePackComplianceScoresRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListConformancePackComplianceScoresRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ConformancePackComplianceScoresFiltersfilters()Filters the results based on theConformancePackComplianceScoresFilters.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerlimit()The maximum number of conformance pack compliance scores returned on each page.StringnextToken()ThenextTokenstring 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()SortBysortBy()Sorts your conformance pack compliance scores in either ascending or descending order, depending onSortOrder.StringsortByAsString()Sorts your conformance pack compliance scores in either ascending or descending order, depending onSortOrder.SortOrdersortOrder()Determines the order in which conformance pack compliance scores are sorted.StringsortOrderAsString()Determines the order in which conformance pack compliance scores are sorted.ListConformancePackComplianceScoresRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
filters
public final ConformancePackComplianceScoresFilters filters()
Filters the results based on the
ConformancePackComplianceScoresFilters.- Returns:
- Filters the results based on the
ConformancePackComplianceScoresFilters.
-
sortOrder
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
SCOREin theSortByaction. When compliance scores are sorted bySCORE, conformance packs with a compliance score ofINSUFFICIENT_DATAwill 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,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- 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
SCOREin theSortByaction. When compliance scores are sorted bySCORE, conformance packs with a compliance score ofINSUFFICIENT_DATAwill be last when sorting by ascending order and first when sorting by descending order. - See Also:
SortOrder
-
sortOrderAsString
public 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
SCOREin theSortByaction. When compliance scores are sorted bySCORE, conformance packs with a compliance score ofINSUFFICIENT_DATAwill 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,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- 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
SCOREin theSortByaction. When compliance scores are sorted bySCORE, conformance packs with a compliance score ofINSUFFICIENT_DATAwill be last when sorting by ascending order and first when sorting by descending order. - See Also:
SortOrder
-
sortBy
public 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,
sortBywill returnSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- 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. - See Also:
SortBy
-
sortByAsString
public 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,
sortBywill returnSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- 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. - See Also:
SortBy
-
limit
public final Integer limit()
The maximum number of conformance pack compliance scores returned on each page.
- Returns:
- The maximum number of conformance pack compliance scores returned on each page.
-
nextToken
public final String nextToken()
The
nextTokenstring in a prior request that you can use to get the paginated response for the next set of conformance pack compliance scores.- Returns:
- The
nextTokenstring in a prior request that you can use to get the paginated response for the next set of conformance pack compliance scores.
-
toBuilder
public ListConformancePackComplianceScoresRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListConformancePackComplianceScoresRequest.Builder,ListConformancePackComplianceScoresRequest>- Specified by:
toBuilderin classConfigRequest
-
builder
public static ListConformancePackComplianceScoresRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListConformancePackComplianceScoresRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-