@Generated(value="software.amazon.awssdk:codegen") public enum OpsItemFilterKey extends Enum<OpsItemFilterKey>
| 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 ACTUAL_START_TIME
public static final OpsItemFilterKey ACTUAL_END_TIME
public static final OpsItemFilterKey PLANNED_START_TIME
public static final OpsItemFilterKey PLANNED_END_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 OPS_ITEM_TYPE
public static final OpsItemFilterKey CHANGE_REQUEST_BY_REQUESTER_ARN
public static final OpsItemFilterKey CHANGE_REQUEST_BY_REQUESTER_NAME
public static final OpsItemFilterKey CHANGE_REQUEST_BY_APPROVER_ARN
public static final OpsItemFilterKey CHANGE_REQUEST_BY_APPROVER_NAME
public static final OpsItemFilterKey CHANGE_REQUEST_BY_TEMPLATE
public static final OpsItemFilterKey CHANGE_REQUEST_BY_TARGETS_RESOURCE_GROUP
public static final OpsItemFilterKey INSIGHT_BY_TYPE
public static final OpsItemFilterKey ACCOUNT_ID
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 © 2022. All rights reserved.