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