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