@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StepExecutionFilter extends Object implements Serializable, Cloneable, StructuredPojo
A filter to limit the amount of step execution information returned by the call.
| Constructor and Description |
|---|
StepExecutionFilter() |
| Modifier and Type | Method and Description |
|---|---|
StepExecutionFilter |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
One or more keys to limit the results.
|
List<String> |
getValues()
The values of the filter key.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKey(String key)
One or more keys to limit the results.
|
void |
setValues(Collection<String> values)
The values of the filter key.
|
String |
toString()
Returns a string representation of this object.
|
StepExecutionFilter |
withKey(StepExecutionFilterKey key)
One or more keys to limit the results.
|
StepExecutionFilter |
withKey(String key)
One or more keys to limit the results.
|
StepExecutionFilter |
withValues(Collection<String> values)
The values of the filter key.
|
StepExecutionFilter |
withValues(String... values)
The values of the filter key.
|
public void setKey(String key)
One or more keys to limit the results. Valid filter keys include the following: StepName, Action, StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.
key - One or more keys to limit the results. Valid filter keys include the following: StepName, Action,
StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.StepExecutionFilterKeypublic String getKey()
One or more keys to limit the results. Valid filter keys include the following: StepName, Action, StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.
StepExecutionFilterKeypublic StepExecutionFilter withKey(String key)
One or more keys to limit the results. Valid filter keys include the following: StepName, Action, StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.
key - One or more keys to limit the results. Valid filter keys include the following: StepName, Action,
StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.StepExecutionFilterKeypublic StepExecutionFilter withKey(StepExecutionFilterKey key)
One or more keys to limit the results. Valid filter keys include the following: StepName, Action, StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.
key - One or more keys to limit the results. Valid filter keys include the following: StepName, Action,
StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.StepExecutionFilterKeypublic List<String> getValues()
The values of the filter key.
public void setValues(Collection<String> values)
The values of the filter key.
values - The values of the filter key.public StepExecutionFilter withValues(String... values)
The values of the filter key.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection) or withValues(java.util.Collection) if you want to override the
existing values.
values - The values of the filter key.public StepExecutionFilter withValues(Collection<String> values)
The values of the filter key.
values - The values of the filter key.public String toString()
toString in class ObjectObject.toString()public StepExecutionFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.