@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SucceededInStageFilter extends Object implements Serializable, Cloneable, StructuredPojo
Filter for pipeline executions that have successfully completed the stage in the current pipeline version.
| Constructor and Description |
|---|
SucceededInStageFilter() |
| Modifier and Type | Method and Description |
|---|---|
SucceededInStageFilter |
clone() |
boolean |
equals(Object obj) |
String |
getStageName()
The name of the stage for filtering for pipeline executions where the stage was successful in the current
pipeline version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStageName(String stageName)
The name of the stage for filtering for pipeline executions where the stage was successful in the current
pipeline version.
|
String |
toString()
Returns a string representation of this object.
|
SucceededInStageFilter |
withStageName(String stageName)
The name of the stage for filtering for pipeline executions where the stage was successful in the current
pipeline version.
|
public void setStageName(String stageName)
The name of the stage for filtering for pipeline executions where the stage was successful in the current pipeline version.
stageName - The name of the stage for filtering for pipeline executions where the stage was successful in the current
pipeline version.public String getStageName()
The name of the stage for filtering for pipeline executions where the stage was successful in the current pipeline version.
public SucceededInStageFilter withStageName(String stageName)
The name of the stage for filtering for pipeline executions where the stage was successful in the current pipeline version.
stageName - The name of the stage for filtering for pipeline executions where the stage was successful in the current
pipeline version.public String toString()
toString in class ObjectObject.toString()public SucceededInStageFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.