@Generated(value="software.amazon.awssdk:codegen") public enum AutomationExecutionFilterKey extends Enum<AutomationExecutionFilterKey>
| Enum Constant and Description |
|---|
DocumentNamePrefix |
ExecutionStatus |
| Modifier and Type | Method and Description |
|---|---|
static AutomationExecutionFilterKey |
fromValue(String value)
Use this in place of valueOf.
|
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 DocumentNamePrefix
public static final AutomationExecutionFilterKey ExecutionStatus
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 valueCopyright © 2017. All rights reserved.