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