@Generated(value="software.amazon.awssdk:codegen") public final class BuiltInSlotTypeSortBy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BuiltInSlotTypeSortBy.Builder,BuiltInSlotTypeSortBy>
Specifies attributes for sorting a list of built-in slot types.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BuiltInSlotTypeSortBy.Builder |
| Modifier and Type | Method and Description |
|---|---|
BuiltInSlotTypeSortAttribute |
attribute()
The attribute to use to sort the list of built-in intents.
|
String |
attributeAsString()
The attribute to use to sort the list of built-in intents.
|
static BuiltInSlotTypeSortBy.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 BuiltInSlotTypeSortBy.Builder> |
serializableBuilderClass() |
BuiltInSlotTypeSortBy.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final BuiltInSlotTypeSortAttribute attribute()
The attribute to use to sort the list of built-in intents.
If the service returns an enum value that is not available in the current SDK version, attribute will
return BuiltInSlotTypeSortAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from attributeAsString().
BuiltInSlotTypeSortAttributepublic final String attributeAsString()
The attribute to use to sort the list of built-in intents.
If the service returns an enum value that is not available in the current SDK version, attribute will
return BuiltInSlotTypeSortAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from attributeAsString().
BuiltInSlotTypeSortAttributepublic final SortOrder order()
The order to sort the list. You can choose ascending or descending.
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. You can choose ascending or descending.
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 BuiltInSlotTypeSortBy.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BuiltInSlotTypeSortBy.Builder,BuiltInSlotTypeSortBy>public static BuiltInSlotTypeSortBy.Builder builder()
public static Class<? extends BuiltInSlotTypeSortBy.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.