@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ImageBuilderState extends Enum<ImageBuilderState>
Enum Constant and Description |
---|
DELETING |
FAILED |
PENDING |
REBOOTING |
RUNNING |
SNAPSHOTTING |
STOPPED |
STOPPING |
Modifier and Type | Method and Description |
---|---|
static ImageBuilderState |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ImageBuilderState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageBuilderState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageBuilderState PENDING
public static final ImageBuilderState RUNNING
public static final ImageBuilderState STOPPING
public static final ImageBuilderState STOPPED
public static final ImageBuilderState REBOOTING
public static final ImageBuilderState SNAPSHOTTING
public static final ImageBuilderState DELETING
public static final ImageBuilderState FAILED
public static ImageBuilderState[] values()
for (ImageBuilderState c : ImageBuilderState.values()) System.out.println(c);
public static ImageBuilderState 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<ImageBuilderState>
public static ImageBuilderState fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.