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