@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ProvisionedProductPlanStatus extends Enum<ProvisionedProductPlanStatus>
Enum Constant and Description |
---|
CREATE_FAILED |
CREATE_IN_PROGRESS |
CREATE_SUCCESS |
EXECUTE_FAILED |
EXECUTE_IN_PROGRESS |
EXECUTE_SUCCESS |
Modifier and Type | Method and Description |
---|---|
static ProvisionedProductPlanStatus |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ProvisionedProductPlanStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProvisionedProductPlanStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProvisionedProductPlanStatus CREATE_IN_PROGRESS
public static final ProvisionedProductPlanStatus CREATE_SUCCESS
public static final ProvisionedProductPlanStatus CREATE_FAILED
public static final ProvisionedProductPlanStatus EXECUTE_IN_PROGRESS
public static final ProvisionedProductPlanStatus EXECUTE_SUCCESS
public static final ProvisionedProductPlanStatus EXECUTE_FAILED
public static ProvisionedProductPlanStatus[] values()
for (ProvisionedProductPlanStatus c : ProvisionedProductPlanStatus.values()) System.out.println(c);
public static ProvisionedProductPlanStatus 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<ProvisionedProductPlanStatus>
public static ProvisionedProductPlanStatus 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.