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