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