@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum OpsItemFilterKey extends Enum<OpsItemFilterKey>
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 ActualStartTime
public static final OpsItemFilterKey ActualEndTime
public static final OpsItemFilterKey PlannedStartTime
public static final OpsItemFilterKey PlannedEndTime
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 final OpsItemFilterKey Category
public static final OpsItemFilterKey Severity
public static final OpsItemFilterKey OpsItemType
public static final OpsItemFilterKey ChangeRequestByRequesterArn
public static final OpsItemFilterKey ChangeRequestByRequesterName
public static final OpsItemFilterKey ChangeRequestByApproverArn
public static final OpsItemFilterKey ChangeRequestByApproverName
public static final OpsItemFilterKey ChangeRequestByTemplate
public static final OpsItemFilterKey ChangeRequestByTargetsResourceGroup
public static final OpsItemFilterKey InsightByType
public static final OpsItemFilterKey AccountId
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.