@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public SelectedStep clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.