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