@Generated(value="software.amazon.awssdk:codegen") public final class UtteranceDataSortBy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UtteranceDataSortBy.Builder,UtteranceDataSortBy>
An object specifying the measure and method by which to sort the utterance data.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UtteranceDataSortBy.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UtteranceDataSortBy.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AnalyticsUtteranceSortByName |
name()
The measure by which to sort the utterance analytics data.
|
String |
nameAsString()
The measure by which to sort the utterance analytics data.
|
AnalyticsSortOrder |
order()
Specifies whether to sort the results in ascending or descending order.
|
String |
orderAsString()
Specifies whether to sort the results in ascending or descending order.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UtteranceDataSortBy.Builder> |
serializableBuilderClass() |
UtteranceDataSortBy.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AnalyticsUtteranceSortByName name()
The measure by which to sort the utterance analytics data.
Count – The number of utterances.
UtteranceTimestamp – The date and time of the utterance.
If the service returns an enum value that is not available in the current SDK version, name will return
AnalyticsUtteranceSortByName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from nameAsString().
Count – The number of utterances.
UtteranceTimestamp – The date and time of the utterance.
AnalyticsUtteranceSortByNamepublic final String nameAsString()
The measure by which to sort the utterance analytics data.
Count – The number of utterances.
UtteranceTimestamp – The date and time of the utterance.
If the service returns an enum value that is not available in the current SDK version, name will return
AnalyticsUtteranceSortByName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from nameAsString().
Count – The number of utterances.
UtteranceTimestamp – The date and time of the utterance.
AnalyticsUtteranceSortByNamepublic final AnalyticsSortOrder order()
Specifies whether to sort the results in ascending or descending order.
If the service returns an enum value that is not available in the current SDK version, order will return
AnalyticsSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
orderAsString().
AnalyticsSortOrderpublic final String orderAsString()
Specifies whether to sort the results in ascending or descending order.
If the service returns an enum value that is not available in the current SDK version, order will return
AnalyticsSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
orderAsString().
AnalyticsSortOrderpublic UtteranceDataSortBy.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UtteranceDataSortBy.Builder,UtteranceDataSortBy>public static UtteranceDataSortBy.Builder builder()
public static Class<? extends UtteranceDataSortBy.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.