@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Step extends Object implements Serializable, Cloneable, StructuredPojo
Defines a step.
Constructor and Description |
---|
Step() |
Modifier and Type | Method and Description |
---|---|
Step |
clone() |
boolean |
equals(Object obj) |
StepAction |
getAction()
The action of the step.
|
String |
getDescription()
The description of the step.
|
String |
getName()
The name of the step.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAction(StepAction action)
The action of the step.
|
void |
setDescription(String description)
The description of the step.
|
void |
setName(String name)
The name of the step.
|
String |
toString()
Returns a string representation of this object.
|
Step |
withAction(StepAction action)
The action of the step.
|
Step |
withDescription(String description)
The description of the step.
|
Step |
withName(String name)
The name of the step.
|
public void setName(String name)
The name of the step.
name
- The name of the step.public String getName()
The name of the step.
public Step withName(String name)
The name of the step.
name
- The name of the step.public void setDescription(String description)
The description of the step.
description
- The description of the step.public String getDescription()
The description of the step.
public Step withDescription(String description)
The description of the step.
description
- The description of the step.public void setAction(StepAction action)
The action of the step.
action
- The action of the step.public StepAction getAction()
The action of the step.
public Step withAction(StepAction action)
The action of the step.
action
- The action of the step.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.