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