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