@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum DisplayLanguageCode extends Enum<DisplayLanguageCode>
Modifier and Type | Method and Description |
---|---|
static DisplayLanguageCode |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static DisplayLanguageCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisplayLanguageCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DisplayLanguageCode De
public static final DisplayLanguageCode En
public static final DisplayLanguageCode Es
public static final DisplayLanguageCode Fr
public static final DisplayLanguageCode It
public static final DisplayLanguageCode Ja
public static final DisplayLanguageCode Ko
public static final DisplayLanguageCode Pt
public static final DisplayLanguageCode Zh
public static final DisplayLanguageCode ZhTW
public static DisplayLanguageCode[] values()
for (DisplayLanguageCode c : DisplayLanguageCode.values()) System.out.println(c);
public static DisplayLanguageCode 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<DisplayLanguageCode>
public static DisplayLanguageCode fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.