@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum VocabularyLanguageCode extends Enum<VocabularyLanguageCode>
Enum Constant and Description |
---|
ArAE |
DeCH |
DeDE |
EnAB |
EnAU |
EnGB |
EnIE |
EnIN |
EnNZ |
EnUS |
EnWL |
EnZA |
EsES |
EsUS |
FrCA |
FrFR |
HiIN |
ItIT |
JaJP |
KoKR |
PtBR |
PtPT |
ZhCN |
Modifier and Type | Method and Description |
---|---|
static VocabularyLanguageCode |
fromValue(String value)
Use this in place of valueOf.
|
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 ArAE
public static final VocabularyLanguageCode DeCH
public static final VocabularyLanguageCode DeDE
public static final VocabularyLanguageCode EnAB
public static final VocabularyLanguageCode EnAU
public static final VocabularyLanguageCode EnGB
public static final VocabularyLanguageCode EnIE
public static final VocabularyLanguageCode EnIN
public static final VocabularyLanguageCode EnUS
public static final VocabularyLanguageCode EnWL
public static final VocabularyLanguageCode EsES
public static final VocabularyLanguageCode EsUS
public static final VocabularyLanguageCode FrCA
public static final VocabularyLanguageCode FrFR
public static final VocabularyLanguageCode HiIN
public static final VocabularyLanguageCode ItIT
public static final VocabularyLanguageCode JaJP
public static final VocabularyLanguageCode KoKR
public static final VocabularyLanguageCode PtBR
public static final VocabularyLanguageCode PtPT
public static final VocabularyLanguageCode ZhCN
public static final VocabularyLanguageCode EnNZ
public static final VocabularyLanguageCode EnZA
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 valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.