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