@Generated(value="software.amazon.awssdk:codegen") public enum ScalingPlanStatusCode extends Enum<ScalingPlanStatusCode>
Enum Constant and Description |
---|
ACTIVE |
ACTIVE_WITH_PROBLEMS |
CREATION_FAILED |
CREATION_IN_PROGRESS |
DELETION_FAILED |
DELETION_IN_PROGRESS |
UNKNOWN_TO_SDK_VERSION |
UPDATE_FAILED |
UPDATE_IN_PROGRESS |
Modifier and Type | Method and Description |
---|---|
static ScalingPlanStatusCode |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<ScalingPlanStatusCode> |
knownValues()
|
String |
toString() |
static ScalingPlanStatusCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScalingPlanStatusCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScalingPlanStatusCode ACTIVE
public static final ScalingPlanStatusCode ACTIVE_WITH_PROBLEMS
public static final ScalingPlanStatusCode CREATION_IN_PROGRESS
public static final ScalingPlanStatusCode CREATION_FAILED
public static final ScalingPlanStatusCode DELETION_IN_PROGRESS
public static final ScalingPlanStatusCode DELETION_FAILED
public static final ScalingPlanStatusCode UPDATE_IN_PROGRESS
public static final ScalingPlanStatusCode UPDATE_FAILED
public static final ScalingPlanStatusCode UNKNOWN_TO_SDK_VERSION
public static ScalingPlanStatusCode[] values()
for (ScalingPlanStatusCode c : ScalingPlanStatusCode.values()) System.out.println(c);
public static ScalingPlanStatusCode 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<ScalingPlanStatusCode>
public static ScalingPlanStatusCode fromValue(String value)
value
- real valuepublic static Set<ScalingPlanStatusCode> 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 ScalingPlanStatusCode
sCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.