@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParentStepDetails extends Object implements Serializable, Cloneable, StructuredPojo
A detailed status of the parent step.
Constructor and Description |
---|
ParentStepDetails() |
Modifier and Type | Method and Description |
---|---|
ParentStepDetails |
clone() |
boolean |
equals(Object obj) |
String |
getAction()
The name of the automation action.
|
Integer |
getIteration()
The current repetition of the loop represented by an integer.
|
String |
getIteratorValue()
The current value of the specified iterator in the loop.
|
String |
getStepExecutionId()
The unique ID of a step execution.
|
String |
getStepName()
The name of the step.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAction(String action)
The name of the automation action.
|
void |
setIteration(Integer iteration)
The current repetition of the loop represented by an integer.
|
void |
setIteratorValue(String iteratorValue)
The current value of the specified iterator in the loop.
|
void |
setStepExecutionId(String stepExecutionId)
The unique ID of a step execution.
|
void |
setStepName(String stepName)
The name of the step.
|
String |
toString()
Returns a string representation of this object.
|
ParentStepDetails |
withAction(String action)
The name of the automation action.
|
ParentStepDetails |
withIteration(Integer iteration)
The current repetition of the loop represented by an integer.
|
ParentStepDetails |
withIteratorValue(String iteratorValue)
The current value of the specified iterator in the loop.
|
ParentStepDetails |
withStepExecutionId(String stepExecutionId)
The unique ID of a step execution.
|
ParentStepDetails |
withStepName(String stepName)
The name of the step.
|
public void setStepExecutionId(String stepExecutionId)
The unique ID of a step execution.
stepExecutionId
- The unique ID of a step execution.public String getStepExecutionId()
The unique ID of a step execution.
public ParentStepDetails withStepExecutionId(String stepExecutionId)
The unique ID of a step execution.
stepExecutionId
- The unique ID of a step execution.public void setStepName(String stepName)
The name of the step.
stepName
- The name of the step.public String getStepName()
The name of the step.
public ParentStepDetails withStepName(String stepName)
The name of the step.
stepName
- The name of the step.public void setAction(String action)
The name of the automation action.
action
- The name of the automation action.public String getAction()
The name of the automation action.
public ParentStepDetails withAction(String action)
The name of the automation action.
action
- The name of the automation action.public void setIteration(Integer iteration)
The current repetition of the loop represented by an integer.
iteration
- The current repetition of the loop represented by an integer.public Integer getIteration()
The current repetition of the loop represented by an integer.
public ParentStepDetails withIteration(Integer iteration)
The current repetition of the loop represented by an integer.
iteration
- The current repetition of the loop represented by an integer.public void setIteratorValue(String iteratorValue)
The current value of the specified iterator in the loop.
iteratorValue
- The current value of the specified iterator in the loop.public String getIteratorValue()
The current value of the specified iterator in the loop.
public ParentStepDetails withIteratorValue(String iteratorValue)
The current value of the specified iterator in the loop.
iteratorValue
- The current value of the specified iterator in the loop.public String toString()
toString
in class Object
Object.toString()
public ParentStepDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.