StructuredPojo, ToCopyableBuilder<StepExecutionStatusDetail.Builder,StepExecutionStatusDetail>@Generated("software.amazon.awssdk:codegen") public class StepExecutionStatusDetail extends Object implements StructuredPojo, ToCopyableBuilder<StepExecutionStatusDetail.Builder,StepExecutionStatusDetail>
The execution state of a step.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
StepExecutionStatusDetail.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static StepExecutionStatusDetail.Builder |
builder() |
|
Date |
creationDateTime() |
The creation date and time of the step.
|
Date |
endDateTime() |
The completion date and time of the step.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
lastStateChangeReason() |
A description of the step's current state.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends StepExecutionStatusDetail.Builder> |
serializableBuilderClass() |
|
Date |
startDateTime() |
The start date and time of the step.
|
String |
state() |
The state of the step.
|
StepExecutionStatusDetail.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String state()
The state of the step.
StepExecutionStatepublic Date creationDateTime()
The creation date and time of the step.
public Date startDateTime()
The start date and time of the step.
public Date endDateTime()
The completion date and time of the step.
public String lastStateChangeReason()
A description of the step's current state.
public StepExecutionStatusDetail.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<StepExecutionStatusDetail.Builder,StepExecutionStatusDetail>public static StepExecutionStatusDetail.Builder builder()
public static Class<? extends StepExecutionStatusDetail.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.