@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum LanguageCode extends Enum<LanguageCode>
Enum Constant and Description |
---|
CyGB |
DaDK |
DeDE |
EnAU |
EnGB |
EnGBWLS |
EnIN |
EnUS |
EsES |
EsUS |
FrCA |
FrFR |
IsIS |
ItIT |
JaJP |
NbNO |
NlNL |
PlPL |
PtBR |
PtPT |
RoRO |
RuRU |
SvSE |
TrTR |
Modifier and Type | Method and Description |
---|---|
static LanguageCode |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static LanguageCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LanguageCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LanguageCode CyGB
public static final LanguageCode DaDK
public static final LanguageCode DeDE
public static final LanguageCode EnAU
public static final LanguageCode EnGB
public static final LanguageCode EnGBWLS
public static final LanguageCode EnIN
public static final LanguageCode EnUS
public static final LanguageCode EsES
public static final LanguageCode EsUS
public static final LanguageCode FrCA
public static final LanguageCode FrFR
public static final LanguageCode IsIS
public static final LanguageCode ItIT
public static final LanguageCode JaJP
public static final LanguageCode NbNO
public static final LanguageCode NlNL
public static final LanguageCode PlPL
public static final LanguageCode PtBR
public static final LanguageCode PtPT
public static final LanguageCode RoRO
public static final LanguageCode RuRU
public static final LanguageCode SvSE
public static final LanguageCode TrTR
public static LanguageCode[] values()
for (LanguageCode c : LanguageCode.values()) System.out.println(c);
public static LanguageCode 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<LanguageCode>
public static LanguageCode fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.