@Generated(value="software.amazon.awssdk:codegen") public final class CoverageSortCriteria extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CoverageSortCriteria.Builder,CoverageSortCriteria>
Information about the sorting criteria used in the coverage statistics.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CoverageSortCriteria.Builder |
| Modifier and Type | Method and Description |
|---|---|
CoverageSortKey |
attributeName()
Represents the field name used to sort the coverage details.
|
String |
attributeNameAsString()
Represents the field name used to sort the coverage details.
|
static CoverageSortCriteria.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OrderBy |
orderBy()
The order in which the sorted findings are to be displayed.
|
String |
orderByAsString()
The order in which the sorted findings are to be displayed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CoverageSortCriteria.Builder> |
serializableBuilderClass() |
CoverageSortCriteria.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CoverageSortKey attributeName()
Represents the field name used to sort the coverage details.
If the service returns an enum value that is not available in the current SDK version, attributeName
will return CoverageSortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from attributeNameAsString().
CoverageSortKeypublic final String attributeNameAsString()
Represents the field name used to sort the coverage details.
If the service returns an enum value that is not available in the current SDK version, attributeName
will return CoverageSortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from attributeNameAsString().
CoverageSortKeypublic final OrderBy orderBy()
The order in which the sorted findings are to be displayed.
If the service returns an enum value that is not available in the current SDK version, orderBy will
return OrderBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
orderByAsString().
OrderBypublic final String orderByAsString()
The order in which the sorted findings are to be displayed.
If the service returns an enum value that is not available in the current SDK version, orderBy will
return OrderBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
orderByAsString().
OrderBypublic CoverageSortCriteria.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CoverageSortCriteria.Builder,CoverageSortCriteria>public static CoverageSortCriteria.Builder builder()
public static Class<? extends CoverageSortCriteria.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.