@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum StepExecutionFilterKey extends Enum<StepExecutionFilterKey>
Enum Constant and Description |
---|
Action |
ParentStepExecutionId |
ParentStepIteration |
ParentStepIteratorValue |
StartTimeAfter |
StartTimeBefore |
StepExecutionId |
StepExecutionStatus |
StepName |
Modifier and Type | Method and Description |
---|---|
static StepExecutionFilterKey |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static StepExecutionFilterKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepExecutionFilterKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StepExecutionFilterKey StartTimeBefore
public static final StepExecutionFilterKey StartTimeAfter
public static final StepExecutionFilterKey StepExecutionStatus
public static final StepExecutionFilterKey StepExecutionId
public static final StepExecutionFilterKey StepName
public static final StepExecutionFilterKey Action
public static final StepExecutionFilterKey ParentStepExecutionId
public static final StepExecutionFilterKey ParentStepIteration
public static final StepExecutionFilterKey ParentStepIteratorValue
public static StepExecutionFilterKey[] values()
for (StepExecutionFilterKey c : StepExecutionFilterKey.values()) System.out.println(c);
public static StepExecutionFilterKey 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<StepExecutionFilterKey>
public static StepExecutionFilterKey fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.