@Generated(value="software.amazon.awssdk:codegen") public enum SimulationJobStatus extends Enum<SimulationJobStatus>
Enum Constant and Description |
---|
CANCELED |
COMPLETED |
FAILED |
PENDING |
PREPARING |
RESTARTING |
RUNNING |
RUNNING_FAILED |
TERMINATED |
TERMINATING |
UNKNOWN_TO_SDK_VERSION |
Modifier and Type | Method and Description |
---|---|
static SimulationJobStatus |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<SimulationJobStatus> |
knownValues()
|
String |
toString() |
static SimulationJobStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimulationJobStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimulationJobStatus PENDING
public static final SimulationJobStatus PREPARING
public static final SimulationJobStatus RUNNING
public static final SimulationJobStatus RESTARTING
public static final SimulationJobStatus COMPLETED
public static final SimulationJobStatus FAILED
public static final SimulationJobStatus RUNNING_FAILED
public static final SimulationJobStatus TERMINATING
public static final SimulationJobStatus TERMINATED
public static final SimulationJobStatus CANCELED
public static final SimulationJobStatus UNKNOWN_TO_SDK_VERSION
public static SimulationJobStatus[] values()
for (SimulationJobStatus c : SimulationJobStatus.values()) System.out.println(c);
public static SimulationJobStatus 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<SimulationJobStatus>
public static SimulationJobStatus fromValue(String value)
value
- real valuepublic static Set<SimulationJobStatus> knownValues()
values()
to return a Set
of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION
.Set
of known SimulationJobStatus
sCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.