@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StepDetail extends Object implements Serializable, Cloneable, StructuredPojo
Combines the execution state and configuration of a step.
| Constructor and Description | 
|---|
| StepDetail()Default constructor for StepDetail object. | 
| StepDetail(StepConfig stepConfig,
          StepExecutionStatusDetail executionStatusDetail)Constructs a new StepDetail object. | 
| Modifier and Type | Method and Description | 
|---|---|
| StepDetail | clone() | 
| boolean | equals(Object obj) | 
| StepExecutionStatusDetail | getExecutionStatusDetail()
 The description of the step status. | 
| StepConfig | getStepConfig()
 The step configuration. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller) | 
| void | setExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
 The description of the step status. | 
| void | setStepConfig(StepConfig stepConfig)
 The step configuration. | 
| String | toString()Returns a string representation of this object. | 
| StepDetail | withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
 The description of the step status. | 
| StepDetail | withStepConfig(StepConfig stepConfig)
 The step configuration. | 
public StepDetail()
public StepDetail(StepConfig stepConfig, StepExecutionStatusDetail executionStatusDetail)
stepConfig - The step configuration.executionStatusDetail - The description of the step status.public void setStepConfig(StepConfig stepConfig)
The step configuration.
stepConfig - The step configuration.public StepConfig getStepConfig()
The step configuration.
public StepDetail withStepConfig(StepConfig stepConfig)
The step configuration.
stepConfig - The step configuration.public void setExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
The description of the step status.
executionStatusDetail - The description of the step status.public StepExecutionStatusDetail getExecutionStatusDetail()
The description of the step status.
public StepDetail withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
The description of the step status.
executionStatusDetail - The description of the step status.public String toString()
toString in class ObjectObject.toString()public StepDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.