@Generated(value="software.amazon.awssdk:codegen") public final class AnalyticsUtteranceGroupByKey extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalyticsUtteranceGroupByKey.Builder,AnalyticsUtteranceGroupByKey>
Contains the category by which the utterance analytics were grouped and the values for that category.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnalyticsUtteranceGroupByKey.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AnalyticsUtteranceGroupByKey.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AnalyticsUtteranceField |
name()
The category by which the utterance analytics were grouped.
|
String |
nameAsString()
The category by which the utterance analytics were grouped.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnalyticsUtteranceGroupByKey.Builder> |
serializableBuilderClass() |
AnalyticsUtteranceGroupByKey.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
A member of the category by which the utterance analytics were grouped.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AnalyticsUtteranceField name()
The category by which the utterance analytics were grouped.
If the service returns an enum value that is not available in the current SDK version, name will return
AnalyticsUtteranceField.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
AnalyticsUtteranceFieldpublic final String nameAsString()
The category by which the utterance analytics were grouped.
If the service returns an enum value that is not available in the current SDK version, name will return
AnalyticsUtteranceField.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
AnalyticsUtteranceFieldpublic final String value()
A member of the category by which the utterance analytics were grouped.
public AnalyticsUtteranceGroupByKey.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AnalyticsUtteranceGroupByKey.Builder,AnalyticsUtteranceGroupByKey>public static AnalyticsUtteranceGroupByKey.Builder builder()
public static Class<? extends AnalyticsUtteranceGroupByKey.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.