Class UtteranceDataSortBy
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.UtteranceDataSortBy
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UtteranceDataSortBy.Builder,UtteranceDataSortBy>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUtteranceDataSortBy.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UtteranceDataSortBy.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()AnalyticsUtteranceSortByNamename()The measure by which to sort the utterance analytics data.StringnameAsString()The measure by which to sort the utterance analytics data.AnalyticsSortOrderorder()Specifies whether to sort the results in ascending or descending order.StringorderAsString()Specifies whether to sort the results in ascending or descending order.List<SdkField<?>>sdkFields()static Class<? extends UtteranceDataSortBy.Builder>serializableBuilderClass()UtteranceDataSortBy.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public 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,
namewill returnAnalyticsUtteranceSortByName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnameAsString().- Returns:
- The measure by which to sort the utterance analytics data.
-
Count– The number of utterances. -
UtteranceTimestamp– The date and time of the utterance.
-
- See Also:
AnalyticsUtteranceSortByName
-
-
nameAsString
public 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,
namewill returnAnalyticsUtteranceSortByName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnameAsString().- Returns:
- The measure by which to sort the utterance analytics data.
-
Count– The number of utterances. -
UtteranceTimestamp– The date and time of the utterance.
-
- See Also:
AnalyticsUtteranceSortByName
-
-
order
public 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,
orderwill returnAnalyticsSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromorderAsString().- Returns:
- Specifies whether to sort the results in ascending or descending order.
- See Also:
AnalyticsSortOrder
-
orderAsString
public 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,
orderwill returnAnalyticsSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromorderAsString().- Returns:
- Specifies whether to sort the results in ascending or descending order.
- See Also:
AnalyticsSortOrder
-
toBuilder
public UtteranceDataSortBy.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UtteranceDataSortBy.Builder,UtteranceDataSortBy>
-
builder
public static UtteranceDataSortBy.Builder builder()
-
serializableBuilderClass
public static Class<? extends UtteranceDataSortBy.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-