@Generated(value="software.amazon.awssdk:codegen") public enum DataSourceRunStatus extends Enum<DataSourceRunStatus>
| Enum Constant and Description |
|---|
FAILED |
PARTIALLY_SUCCEEDED |
REQUESTED |
RUNNING |
SUCCESS |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceRunStatus |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<DataSourceRunStatus> |
knownValues()
|
String |
toString() |
static DataSourceRunStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSourceRunStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSourceRunStatus REQUESTED
public static final DataSourceRunStatus RUNNING
public static final DataSourceRunStatus FAILED
public static final DataSourceRunStatus PARTIALLY_SUCCEEDED
public static final DataSourceRunStatus SUCCESS
public static final DataSourceRunStatus UNKNOWN_TO_SDK_VERSION
public static DataSourceRunStatus[] values()
for (DataSourceRunStatus c : DataSourceRunStatus.values()) System.out.println(c);
public static DataSourceRunStatus 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<DataSourceRunStatus>public static DataSourceRunStatus fromValue(String value)
value - real valuepublic static Set<DataSourceRunStatus> 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 DataSourceRunStatussCopyright © 2023. All rights reserved.