@Generated(value="software.amazon.awssdk:codegen") public enum ImageBuilderState extends Enum<ImageBuilderState>
Enum Constant and Description |
---|
DELETING |
FAILED |
PENDING |
REBOOTING |
RUNNING |
SNAPSHOTTING |
STOPPED |
STOPPING |
UNKNOWN_TO_SDK_VERSION |
UPDATING_AGENT |
Modifier and Type | Method and Description |
---|---|
static ImageBuilderState |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<ImageBuilderState> |
knownValues()
|
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 UPDATING_AGENT
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 final ImageBuilderState UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<ImageBuilderState> 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 ImageBuilderState
sCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.