@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) |
LatestInPipelineExecutionFilter |
getLatestInPipelineExecution()
The latest execution in the pipeline.
|
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 |
setLatestInPipelineExecution(LatestInPipelineExecutionFilter latestInPipelineExecution)
The latest execution in the pipeline.
|
void |
setPipelineExecutionId(String pipelineExecutionId)
The pipeline execution ID used to filter action execution history.
|
String |
toString()
Returns a string representation of this object.
|
ActionExecutionFilter |
withLatestInPipelineExecution(LatestInPipelineExecutionFilter latestInPipelineExecution)
The latest execution in the pipeline.
|
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 void setLatestInPipelineExecution(LatestInPipelineExecutionFilter latestInPipelineExecution)
The latest execution in the pipeline.
Filtering on the latest execution is available for executions run on or after February 08, 2024.
latestInPipelineExecution
- The latest execution in the pipeline. Filtering on the latest execution is available for executions run on or after February 08, 2024.
public LatestInPipelineExecutionFilter getLatestInPipelineExecution()
The latest execution in the pipeline.
Filtering on the latest execution is available for executions run on or after February 08, 2024.
Filtering on the latest execution is available for executions run on or after February 08, 2024.
public ActionExecutionFilter withLatestInPipelineExecution(LatestInPipelineExecutionFilter latestInPipelineExecution)
The latest execution in the pipeline.
Filtering on the latest execution is available for executions run on or after February 08, 2024.
latestInPipelineExecution
- The latest execution in the pipeline. Filtering on the latest execution is available for executions run on or after February 08, 2024.
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.