@Generated(value="software.amazon.awssdk:codegen") public final class AnalyticsUtteranceGroupBySpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalyticsUtteranceGroupBySpecification.Builder,AnalyticsUtteranceGroupBySpecification>
Contains the category by which to group the utterances.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnalyticsUtteranceGroupBySpecification.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AnalyticsUtteranceGroupBySpecification.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AnalyticsUtteranceField |
name()
Specifies whether to group the utterances by their text or their state.
|
String |
nameAsString()
Specifies whether to group the utterances by their text or their state.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnalyticsUtteranceGroupBySpecification.Builder> |
serializableBuilderClass() |
AnalyticsUtteranceGroupBySpecification.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AnalyticsUtteranceField name()
Specifies whether to group the utterances by their text or their state.
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()
Specifies whether to group the utterances by their text or their state.
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 AnalyticsUtteranceGroupBySpecification.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AnalyticsUtteranceGroupBySpecification.Builder,AnalyticsUtteranceGroupBySpecification>public static AnalyticsUtteranceGroupBySpecification.Builder builder()
public static Class<? extends AnalyticsUtteranceGroupBySpecification.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.