@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)
Marshalls this structured data using the given
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.StepExecutionFilterKey
public String getKey()
One or more keys to limit the results. Valid filter keys include the following: StepName, Action, StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.
StepExecutionFilterKey
public 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.StepExecutionFilterKey
public 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.StepExecutionFilterKey
public 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 Object
Object.toString()
public StepExecutionFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.