@Generated(value="software.amazon.awssdk:codegen") public enum LaunchProfileValidationState extends Enum<LaunchProfileValidationState>
| Enum Constant and Description |
|---|
UNKNOWN_TO_SDK_VERSION |
VALIDATION_FAILED |
VALIDATION_FAILED_INTERNAL_SERVER_ERROR |
VALIDATION_IN_PROGRESS |
VALIDATION_NOT_STARTED |
VALIDATION_SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static LaunchProfileValidationState |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<LaunchProfileValidationState> |
knownValues()
|
String |
toString() |
static LaunchProfileValidationState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LaunchProfileValidationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LaunchProfileValidationState VALIDATION_NOT_STARTED
public static final LaunchProfileValidationState VALIDATION_IN_PROGRESS
public static final LaunchProfileValidationState VALIDATION_SUCCESS
public static final LaunchProfileValidationState VALIDATION_FAILED
public static final LaunchProfileValidationState VALIDATION_FAILED_INTERNAL_SERVER_ERROR
public static final LaunchProfileValidationState UNKNOWN_TO_SDK_VERSION
public static LaunchProfileValidationState[] values()
for (LaunchProfileValidationState c : LaunchProfileValidationState.values()) System.out.println(c);
public static LaunchProfileValidationState 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<LaunchProfileValidationState>public static LaunchProfileValidationState fromValue(String value)
value - real valuepublic static Set<LaunchProfileValidationState> 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 LaunchProfileValidationStatesCopyright © 2023. All rights reserved.