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