@Generated(value="software.amazon.awssdk:codegen") public enum AnalyticsIntentStageField extends Enum<AnalyticsIntentStageField>
| Enum Constant and Description |
|---|
INTENT_STAGE_NAME |
SWITCHED_TO_INTENT |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static AnalyticsIntentStageField |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<AnalyticsIntentStageField> |
knownValues()
|
String |
toString() |
static AnalyticsIntentStageField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticsIntentStageField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalyticsIntentStageField INTENT_STAGE_NAME
public static final AnalyticsIntentStageField SWITCHED_TO_INTENT
public static final AnalyticsIntentStageField UNKNOWN_TO_SDK_VERSION
public static AnalyticsIntentStageField[] values()
for (AnalyticsIntentStageField c : AnalyticsIntentStageField.values()) System.out.println(c);
public static AnalyticsIntentStageField valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<AnalyticsIntentStageField>public static AnalyticsIntentStageField fromValue(String value)
value - real valuepublic static Set<AnalyticsIntentStageField> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known AnalyticsIntentStageFieldsCopyright © 2023. All rights reserved.