@Generated(value="software.amazon.awssdk:codegen") public final class ExportSortBy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportSortBy.Builder,ExportSortBy>
Provides information about sorting a list of exports.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportSortBy.Builder |
| Modifier and Type | Method and Description |
|---|---|
ExportSortAttribute |
attribute()
The export field to use for sorting.
|
String |
attributeAsString()
The export field to use for sorting.
|
static ExportSortBy.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SortOrder |
order()
The order to sort the list.
|
String |
orderAsString()
The order to sort the list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportSortBy.Builder> |
serializableBuilderClass() |
ExportSortBy.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ExportSortAttribute attribute()
The export field to use for sorting.
If the service returns an enum value that is not available in the current SDK version, attribute will
return ExportSortAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from attributeAsString().
ExportSortAttributepublic final String attributeAsString()
The export field to use for sorting.
If the service returns an enum value that is not available in the current SDK version, attribute will
return ExportSortAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from attributeAsString().
ExportSortAttributepublic final SortOrder order()
The order to sort the list.
If the service returns an enum value that is not available in the current SDK version, order will return
SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
orderAsString().
SortOrderpublic final String orderAsString()
The order to sort the list.
If the service returns an enum value that is not available in the current SDK version, order will return
SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
orderAsString().
SortOrderpublic ExportSortBy.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportSortBy.Builder,ExportSortBy>public static ExportSortBy.Builder builder()
public static Class<? extends ExportSortBy.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.