@Generated(value="software.amazon.awssdk:codegen") public enum VocabularyLanguageCode extends Enum<VocabularyLanguageCode>
| Enum Constant and Description |
|---|
AR_AE |
DE_CH |
DE_DE |
EN_AB |
EN_AU |
EN_GB |
EN_IE |
EN_IN |
EN_US |
EN_WL |
ES_ES |
ES_US |
FR_CA |
FR_FR |
HI_IN |
IT_IT |
JA_JP |
KO_KR |
PT_BR |
PT_PT |
UNKNOWN_TO_SDK_VERSION |
ZH_CN |
| Modifier and Type | Method and Description |
|---|---|
static VocabularyLanguageCode |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<VocabularyLanguageCode> |
knownValues()
|
String |
toString() |
static VocabularyLanguageCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VocabularyLanguageCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VocabularyLanguageCode AR_AE
public static final VocabularyLanguageCode DE_CH
public static final VocabularyLanguageCode DE_DE
public static final VocabularyLanguageCode EN_AB
public static final VocabularyLanguageCode EN_AU
public static final VocabularyLanguageCode EN_GB
public static final VocabularyLanguageCode EN_IE
public static final VocabularyLanguageCode EN_IN
public static final VocabularyLanguageCode EN_US
public static final VocabularyLanguageCode EN_WL
public static final VocabularyLanguageCode ES_ES
public static final VocabularyLanguageCode ES_US
public static final VocabularyLanguageCode FR_CA
public static final VocabularyLanguageCode FR_FR
public static final VocabularyLanguageCode HI_IN
public static final VocabularyLanguageCode IT_IT
public static final VocabularyLanguageCode JA_JP
public static final VocabularyLanguageCode KO_KR
public static final VocabularyLanguageCode PT_BR
public static final VocabularyLanguageCode PT_PT
public static final VocabularyLanguageCode ZH_CN
public static final VocabularyLanguageCode UNKNOWN_TO_SDK_VERSION
public static VocabularyLanguageCode[] values()
for (VocabularyLanguageCode c : VocabularyLanguageCode.values()) System.out.println(c);
public static VocabularyLanguageCode 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<VocabularyLanguageCode>public static VocabularyLanguageCode fromValue(String value)
value - real valuepublic static Set<VocabularyLanguageCode> 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 VocabularyLanguageCodesCopyright © 2022. All rights reserved.