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