@Generated(value="software.amazon.awssdk:codegen") public final class SnapshotSortingEntity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SnapshotSortingEntity.Builder,SnapshotSortingEntity>
Describes a sorting entity
| Modifier and Type | Class and Description |
|---|---|
static interface |
SnapshotSortingEntity.Builder |
| Modifier and Type | Method and Description |
|---|---|
SnapshotAttributeToSortBy |
attribute()
The category for sorting the snapshots.
|
String |
attributeAsString()
The category for sorting the snapshots.
|
static SnapshotSortingEntity.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SnapshotSortingEntity.Builder> |
serializableBuilderClass() |
SortByOrder |
sortOrder()
The order for listing the attributes.
|
String |
sortOrderAsString()
The order for listing the attributes.
|
SnapshotSortingEntity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SnapshotAttributeToSortBy attribute()
The category for sorting the snapshots.
If the service returns an enum value that is not available in the current SDK version, attribute will
return SnapshotAttributeToSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from attributeAsString().
SnapshotAttributeToSortBypublic final String attributeAsString()
The category for sorting the snapshots.
If the service returns an enum value that is not available in the current SDK version, attribute will
return SnapshotAttributeToSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from attributeAsString().
SnapshotAttributeToSortBypublic final SortByOrder sortOrder()
The order for listing the attributes.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortByOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortByOrderpublic final String sortOrderAsString()
The order for listing the attributes.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortByOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortByOrderpublic SnapshotSortingEntity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SnapshotSortingEntity.Builder,SnapshotSortingEntity>public static SnapshotSortingEntity.Builder builder()
public static Class<? extends SnapshotSortingEntity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.