@Generated(value="software.amazon.awssdk:codegen") public final class AggregatedUtterancesSortBy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AggregatedUtterancesSortBy.Builder,AggregatedUtterancesSortBy>
Specifies attributes for sorting a list of utterances.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AggregatedUtterancesSortBy.Builder |
| Modifier and Type | Method and Description |
|---|---|
AggregatedUtterancesSortAttribute |
attribute()
The utterance attribute to sort by.
|
String |
attributeAsString()
The utterance attribute to sort by.
|
static AggregatedUtterancesSortBy.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SortOrder |
order()
Specifies whether to sort the aggregated utterances in ascending or descending order.
|
String |
orderAsString()
Specifies whether to sort the aggregated utterances in ascending or descending order.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AggregatedUtterancesSortBy.Builder> |
serializableBuilderClass() |
AggregatedUtterancesSortBy.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AggregatedUtterancesSortAttribute attribute()
The utterance attribute to sort by.
If the service returns an enum value that is not available in the current SDK version, attribute will
return AggregatedUtterancesSortAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from attributeAsString().
AggregatedUtterancesSortAttributepublic final String attributeAsString()
The utterance attribute to sort by.
If the service returns an enum value that is not available in the current SDK version, attribute will
return AggregatedUtterancesSortAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from attributeAsString().
AggregatedUtterancesSortAttributepublic final SortOrder order()
Specifies whether to sort the aggregated utterances in ascending or descending order.
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()
Specifies whether to sort the aggregated utterances in ascending or descending order.
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 AggregatedUtterancesSortBy.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AggregatedUtterancesSortBy.Builder,AggregatedUtterancesSortBy>public static AggregatedUtterancesSortBy.Builder builder()
public static Class<? extends AggregatedUtterancesSortBy.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.