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