@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum OpsItemFilterKey extends Enum<OpsItemFilterKey>
| Enum Constant and Description |
|---|
AutomationId |
CreatedBy |
CreatedTime |
LastModifiedTime |
OperationalData |
OperationalDataKey |
OperationalDataValue |
OpsItemId |
Priority |
ResourceId |
Source |
Status |
Title |
| Modifier and Type | Method and Description |
|---|---|
static OpsItemFilterKey |
fromValue(String value)
Use this in place of valueOf.
|
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 CreatedBy
public static final OpsItemFilterKey Source
public static final OpsItemFilterKey Priority
public static final OpsItemFilterKey Title
public static final OpsItemFilterKey OpsItemId
public static final OpsItemFilterKey CreatedTime
public static final OpsItemFilterKey LastModifiedTime
public static final OpsItemFilterKey OperationalData
public static final OpsItemFilterKey OperationalDataKey
public static final OpsItemFilterKey OperationalDataValue
public static final OpsItemFilterKey ResourceId
public static final OpsItemFilterKey AutomationId
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 valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.Copyright © 2019. All rights reserved.