@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SelectedStep extends Object implements Serializable, Cloneable, StructuredPojo
A step selected to run in selective execution mode.
| Constructor and Description |
|---|
SelectedStep() |
| Modifier and Type | Method and Description |
|---|---|
SelectedStep |
clone() |
boolean |
equals(Object obj) |
String |
getStepName()
The name of the pipeline step.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStepName(String stepName)
The name of the pipeline step.
|
String |
toString()
Returns a string representation of this object.
|
SelectedStep |
withStepName(String stepName)
The name of the pipeline step.
|
public void setStepName(String stepName)
The name of the pipeline step.
stepName - The name of the pipeline step.public String getStepName()
The name of the pipeline step.
public SelectedStep withStepName(String stepName)
The name of the pipeline step.
stepName - The name of the pipeline step.public String toString()
toString in class ObjectObject.toString()public SelectedStep clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.