@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecutionStepResult extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the following details for the step: error (if any), outputs (if any), and the step type.
Constructor and Description |
---|
ExecutionStepResult() |
Modifier and Type | Method and Description |
---|---|
ExecutionStepResult |
clone() |
boolean |
equals(Object obj) |
ExecutionError |
getError()
Specifies the details for an error, if it occurred during execution of the specified workfow step.
|
String |
getOutputs()
The values for the key/value pair applied as a tag to the file.
|
String |
getStepType()
One of the available step types.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setError(ExecutionError error)
Specifies the details for an error, if it occurred during execution of the specified workfow step.
|
void |
setOutputs(String outputs)
The values for the key/value pair applied as a tag to the file.
|
void |
setStepType(String stepType)
One of the available step types.
|
String |
toString()
Returns a string representation of this object.
|
ExecutionStepResult |
withError(ExecutionError error)
Specifies the details for an error, if it occurred during execution of the specified workfow step.
|
ExecutionStepResult |
withOutputs(String outputs)
The values for the key/value pair applied as a tag to the file.
|
ExecutionStepResult |
withStepType(String stepType)
One of the available step types.
|
ExecutionStepResult |
withStepType(WorkflowStepType stepType)
One of the available step types.
|
public void setStepType(String stepType)
One of the available step types.
Copy: copy the file to another location
Custom: custom step with a lambda target
Delete: delete the file
Tag: add a tag to the file
stepType
- One of the available step types.
Copy: copy the file to another location
Custom: custom step with a lambda target
Delete: delete the file
Tag: add a tag to the file
WorkflowStepType
public String getStepType()
One of the available step types.
Copy: copy the file to another location
Custom: custom step with a lambda target
Delete: delete the file
Tag: add a tag to the file
Copy: copy the file to another location
Custom: custom step with a lambda target
Delete: delete the file
Tag: add a tag to the file
WorkflowStepType
public ExecutionStepResult withStepType(String stepType)
One of the available step types.
Copy: copy the file to another location
Custom: custom step with a lambda target
Delete: delete the file
Tag: add a tag to the file
stepType
- One of the available step types.
Copy: copy the file to another location
Custom: custom step with a lambda target
Delete: delete the file
Tag: add a tag to the file
WorkflowStepType
public ExecutionStepResult withStepType(WorkflowStepType stepType)
One of the available step types.
Copy: copy the file to another location
Custom: custom step with a lambda target
Delete: delete the file
Tag: add a tag to the file
stepType
- One of the available step types.
Copy: copy the file to another location
Custom: custom step with a lambda target
Delete: delete the file
Tag: add a tag to the file
WorkflowStepType
public void setOutputs(String outputs)
The values for the key/value pair applied as a tag to the file. Only applicable if the step type is
TAG
.
outputs
- The values for the key/value pair applied as a tag to the file. Only applicable if the step type is
TAG
.public String getOutputs()
The values for the key/value pair applied as a tag to the file. Only applicable if the step type is
TAG
.
TAG
.public ExecutionStepResult withOutputs(String outputs)
The values for the key/value pair applied as a tag to the file. Only applicable if the step type is
TAG
.
outputs
- The values for the key/value pair applied as a tag to the file. Only applicable if the step type is
TAG
.public void setError(ExecutionError error)
Specifies the details for an error, if it occurred during execution of the specified workfow step.
error
- Specifies the details for an error, if it occurred during execution of the specified workfow step.public ExecutionError getError()
Specifies the details for an error, if it occurred during execution of the specified workfow step.
public ExecutionStepResult withError(ExecutionError error)
Specifies the details for an error, if it occurred during execution of the specified workfow step.
error
- Specifies the details for an error, if it occurred during execution of the specified workfow step.public String toString()
toString
in class Object
Object.toString()
public ExecutionStepResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.