@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecutionResults extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the steps in the workflow, as well as the steps to execute in case of any errors during workflow execution.
Constructor and Description |
---|
ExecutionResults() |
Modifier and Type | Method and Description |
---|---|
ExecutionResults |
clone() |
boolean |
equals(Object obj) |
List<ExecutionStepResult> |
getOnExceptionSteps()
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
List<ExecutionStepResult> |
getSteps()
Specifies the details for the steps that are in the specified workflow.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOnExceptionSteps(Collection<ExecutionStepResult> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
void |
setSteps(Collection<ExecutionStepResult> steps)
Specifies the details for the steps that are in the specified workflow.
|
String |
toString()
Returns a string representation of this object.
|
ExecutionResults |
withOnExceptionSteps(Collection<ExecutionStepResult> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
ExecutionResults |
withOnExceptionSteps(ExecutionStepResult... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
ExecutionResults |
withSteps(Collection<ExecutionStepResult> steps)
Specifies the details for the steps that are in the specified workflow.
|
ExecutionResults |
withSteps(ExecutionStepResult... steps)
Specifies the details for the steps that are in the specified workflow.
|
public List<ExecutionStepResult> getSteps()
Specifies the details for the steps that are in the specified workflow.
public void setSteps(Collection<ExecutionStepResult> steps)
Specifies the details for the steps that are in the specified workflow.
steps
- Specifies the details for the steps that are in the specified workflow.public ExecutionResults withSteps(ExecutionStepResult... steps)
Specifies the details for the steps that are in the specified workflow.
NOTE: This method appends the values to the existing list (if any). Use
setSteps(java.util.Collection)
or withSteps(java.util.Collection)
if you want to override the
existing values.
steps
- Specifies the details for the steps that are in the specified workflow.public ExecutionResults withSteps(Collection<ExecutionStepResult> steps)
Specifies the details for the steps that are in the specified workflow.
steps
- Specifies the details for the steps that are in the specified workflow.public List<ExecutionStepResult> getOnExceptionSteps()
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
public void setOnExceptionSteps(Collection<ExecutionStepResult> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
onExceptionSteps
- Specifies the steps (actions) to take if errors are encountered during execution of the workflow.public ExecutionResults withOnExceptionSteps(ExecutionStepResult... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
NOTE: This method appends the values to the existing list (if any). Use
setOnExceptionSteps(java.util.Collection)
or withOnExceptionSteps(java.util.Collection)
if you
want to override the existing values.
onExceptionSteps
- Specifies the steps (actions) to take if errors are encountered during execution of the workflow.public ExecutionResults withOnExceptionSteps(Collection<ExecutionStepResult> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
onExceptionSteps
- Specifies the steps (actions) to take if errors are encountered during execution of the workflow.public String toString()
toString
in class Object
Object.toString()
public ExecutionResults clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.