@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipelineExecutionFilter extends Object implements Serializable, Cloneable, StructuredPojo
The pipeline execution to filter on.
Constructor and Description |
---|
PipelineExecutionFilter() |
Modifier and Type | Method and Description |
---|---|
PipelineExecutionFilter |
clone() |
boolean |
equals(Object obj) |
SucceededInStageFilter |
getSucceededInStage()
Filter for pipeline executions where the stage was successful in the current pipeline version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSucceededInStage(SucceededInStageFilter succeededInStage)
Filter for pipeline executions where the stage was successful in the current pipeline version.
|
String |
toString()
Returns a string representation of this object.
|
PipelineExecutionFilter |
withSucceededInStage(SucceededInStageFilter succeededInStage)
Filter for pipeline executions where the stage was successful in the current pipeline version.
|
public void setSucceededInStage(SucceededInStageFilter succeededInStage)
Filter for pipeline executions where the stage was successful in the current pipeline version.
succeededInStage
- Filter for pipeline executions where the stage was successful in the current pipeline version.public SucceededInStageFilter getSucceededInStage()
Filter for pipeline executions where the stage was successful in the current pipeline version.
public PipelineExecutionFilter withSucceededInStage(SucceededInStageFilter succeededInStage)
Filter for pipeline executions where the stage was successful in the current pipeline version.
succeededInStage
- Filter for pipeline executions where the stage was successful in the current pipeline version.public String toString()
toString
in class Object
Object.toString()
public PipelineExecutionFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.