@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionExecutionFilter extends Object implements Serializable, Cloneable, StructuredPojo
Filter values for the action execution.
Constructor and Description |
---|
ActionExecutionFilter() |
Modifier and Type | Method and Description |
---|---|
ActionExecutionFilter |
clone() |
boolean |
equals(Object obj) |
String |
getPipelineExecutionId()
The pipeline execution ID used to filter action execution history.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPipelineExecutionId(String pipelineExecutionId)
The pipeline execution ID used to filter action execution history.
|
String |
toString()
Returns a string representation of this object.
|
ActionExecutionFilter |
withPipelineExecutionId(String pipelineExecutionId)
The pipeline execution ID used to filter action execution history.
|
public void setPipelineExecutionId(String pipelineExecutionId)
The pipeline execution ID used to filter action execution history.
pipelineExecutionId
- The pipeline execution ID used to filter action execution history.public String getPipelineExecutionId()
The pipeline execution ID used to filter action execution history.
public ActionExecutionFilter withPipelineExecutionId(String pipelineExecutionId)
The pipeline execution ID used to filter action execution history.
pipelineExecutionId
- The pipeline execution ID used to filter action execution history.public String toString()
toString
in class Object
Object.toString()
public ActionExecutionFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.