StructuredPojo
, ToCopyableBuilder<StepDetail.Builder,StepDetail>
@Generated("software.amazon.awssdk:codegen") public class StepDetail extends Object implements StructuredPojo, ToCopyableBuilder<StepDetail.Builder,StepDetail>
Combines the execution state and configuration of a step.
Modifier and Type | Class | Description |
---|---|---|
static interface |
StepDetail.Builder |
Modifier and Type | Method | Description |
---|---|---|
static StepDetail.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
StepExecutionStatusDetail |
executionStatusDetail() |
The description of the step status.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends StepDetail.Builder> |
serializableBuilderClass() |
|
StepConfig |
stepConfig() |
The step configuration.
|
StepDetail.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public StepConfig stepConfig()
The step configuration.
public StepExecutionStatusDetail executionStatusDetail()
The description of the step status.
public StepDetail.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StepDetail.Builder,StepDetail>
public static StepDetail.Builder builder()
public static Class<? extends StepDetail.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.