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