@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) |
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 ObjectObject.toString()public ActionExecutionFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.