@Generated(value="software.amazon.awssdk:codegen") public enum OpsItemFilterKey extends Enum<OpsItemFilterKey>
| Enum Constant and Description |
|---|
AUTOMATION_ID |
CATEGORY |
CREATED_BY |
CREATED_TIME |
LAST_MODIFIED_TIME |
OPERATIONAL_DATA |
OPERATIONAL_DATA_KEY |
OPERATIONAL_DATA_VALUE |
OPS_ITEM_ID |
PRIORITY |
RESOURCE_ID |
SEVERITY |
SOURCE |
STATUS |
TITLE |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static OpsItemFilterKey |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<OpsItemFilterKey> |
knownValues()
|
String |
toString() |
static OpsItemFilterKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpsItemFilterKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpsItemFilterKey STATUS
public static final OpsItemFilterKey CREATED_BY
public static final OpsItemFilterKey SOURCE
public static final OpsItemFilterKey PRIORITY
public static final OpsItemFilterKey TITLE
public static final OpsItemFilterKey OPS_ITEM_ID
public static final OpsItemFilterKey CREATED_TIME
public static final OpsItemFilterKey LAST_MODIFIED_TIME
public static final OpsItemFilterKey OPERATIONAL_DATA
public static final OpsItemFilterKey OPERATIONAL_DATA_KEY
public static final OpsItemFilterKey OPERATIONAL_DATA_VALUE
public static final OpsItemFilterKey RESOURCE_ID
public static final OpsItemFilterKey AUTOMATION_ID
public static final OpsItemFilterKey CATEGORY
public static final OpsItemFilterKey SEVERITY
public static final OpsItemFilterKey UNKNOWN_TO_SDK_VERSION
public static OpsItemFilterKey[] values()
for (OpsItemFilterKey c : OpsItemFilterKey.values()) System.out.println(c);
public static OpsItemFilterKey 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<OpsItemFilterKey>public static OpsItemFilterKey fromValue(String value)
value - real valuepublic static Set<OpsItemFilterKey> 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 OpsItemFilterKeysCopyright © 2019. All rights reserved.