@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ScalingPlanStatusCode extends Enum<ScalingPlanStatusCode>
Enum Constant and Description |
---|
Active |
ActiveWithProblems |
CreationFailed |
CreationInProgress |
DeletionFailed |
DeletionInProgress |
UpdateFailed |
UpdateInProgress |
Modifier and Type | Method and Description |
---|---|
static ScalingPlanStatusCode |
fromValue(String value)
Use this in place of valueOf.
|
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 ActiveWithProblems
public static final ScalingPlanStatusCode CreationInProgress
public static final ScalingPlanStatusCode CreationFailed
public static final ScalingPlanStatusCode DeletionInProgress
public static final ScalingPlanStatusCode DeletionFailed
public static final ScalingPlanStatusCode UpdateInProgress
public static final ScalingPlanStatusCode UpdateFailed
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 valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.