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