@Generated(value="software.amazon.awssdk:codegen") public enum AutomationExecutionFilterKey extends Enum<AutomationExecutionFilterKey>
Enum Constant and Description |
---|
AUTOMATION_SUBTYPE |
AUTOMATION_TYPE |
CURRENT_ACTION |
DOCUMENT_NAME_PREFIX |
EXECUTION_ID |
EXECUTION_STATUS |
OPS_ITEM_ID |
PARENT_EXECUTION_ID |
START_TIME_AFTER |
START_TIME_BEFORE |
TAG_KEY |
TARGET_RESOURCE_GROUP |
UNKNOWN_TO_SDK_VERSION |
Modifier and Type | Method and Description |
---|---|
static AutomationExecutionFilterKey |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<AutomationExecutionFilterKey> |
knownValues()
|
String |
toString() |
static AutomationExecutionFilterKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutomationExecutionFilterKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutomationExecutionFilterKey DOCUMENT_NAME_PREFIX
public static final AutomationExecutionFilterKey EXECUTION_STATUS
public static final AutomationExecutionFilterKey EXECUTION_ID
public static final AutomationExecutionFilterKey PARENT_EXECUTION_ID
public static final AutomationExecutionFilterKey CURRENT_ACTION
public static final AutomationExecutionFilterKey START_TIME_BEFORE
public static final AutomationExecutionFilterKey START_TIME_AFTER
public static final AutomationExecutionFilterKey AUTOMATION_TYPE
public static final AutomationExecutionFilterKey TAG_KEY
public static final AutomationExecutionFilterKey TARGET_RESOURCE_GROUP
public static final AutomationExecutionFilterKey AUTOMATION_SUBTYPE
public static final AutomationExecutionFilterKey OPS_ITEM_ID
public static final AutomationExecutionFilterKey UNKNOWN_TO_SDK_VERSION
public static AutomationExecutionFilterKey[] values()
for (AutomationExecutionFilterKey c : AutomationExecutionFilterKey.values()) System.out.println(c);
public static AutomationExecutionFilterKey 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<AutomationExecutionFilterKey>
public static AutomationExecutionFilterKey fromValue(String value)
value
- real valuepublic static Set<AutomationExecutionFilterKey> 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 AutomationExecutionFilterKey
sCopyright © 2021 Amazon Web Services, Inc. All Rights Reserved.