@Generated(value="software.amazon.awssdk:codegen") public enum IpamState extends Enum<IpamState>
Enum Constant and Description |
---|
CREATE_COMPLETE |
CREATE_FAILED |
CREATE_IN_PROGRESS |
DELETE_COMPLETE |
DELETE_FAILED |
DELETE_IN_PROGRESS |
ISOLATE_COMPLETE |
ISOLATE_IN_PROGRESS |
MODIFY_COMPLETE |
MODIFY_FAILED |
MODIFY_IN_PROGRESS |
RESTORE_IN_PROGRESS |
UNKNOWN_TO_SDK_VERSION |
Modifier and Type | Method and Description |
---|---|
static IpamState |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<IpamState> |
knownValues()
|
String |
toString() |
static IpamState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpamState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IpamState CREATE_IN_PROGRESS
public static final IpamState CREATE_COMPLETE
public static final IpamState CREATE_FAILED
public static final IpamState MODIFY_IN_PROGRESS
public static final IpamState MODIFY_COMPLETE
public static final IpamState MODIFY_FAILED
public static final IpamState DELETE_IN_PROGRESS
public static final IpamState DELETE_COMPLETE
public static final IpamState DELETE_FAILED
public static final IpamState ISOLATE_IN_PROGRESS
public static final IpamState ISOLATE_COMPLETE
public static final IpamState RESTORE_IN_PROGRESS
public static final IpamState UNKNOWN_TO_SDK_VERSION
public static IpamState[] values()
for (IpamState c : IpamState.values()) System.out.println(c);
public static IpamState 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 static IpamState fromValue(String value)
value
- real valueCopyright © 2022. All rights reserved.