@Generated(value="software.amazon.awssdk:codegen") public final class StepExecutionStatusDetail extends Object implements StructuredPojo, ToCopyableBuilder<StepExecutionStatusDetail.Builder,StepExecutionStatusDetail>
The execution state of a step.
Modifier and Type | Class and Description |
---|---|
static interface |
StepExecutionStatusDetail.Builder |
Modifier and Type | Method and Description |
---|---|
static StepExecutionStatusDetail.Builder |
builder() |
Instant |
creationDateTime()
The creation date and time of the step.
|
Instant |
endDateTime()
The completion date and time of the step.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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() |
Instant |
startDateTime()
The start date and time of the step.
|
StepExecutionState |
state()
The state of the step.
|
String |
stateAsString()
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() |
copy
public StepExecutionState state()
The state of the step.
If the service returns an enum value that is not available in the current SDK version, state
will return
StepExecutionState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
stateAsString()
.
StepExecutionState
public String stateAsString()
The state of the step.
If the service returns an enum value that is not available in the current SDK version, state
will return
StepExecutionState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
stateAsString()
.
StepExecutionState
public Instant creationDateTime()
The creation date and time of the step.
public Instant startDateTime()
The start date and time of the step.
public Instant endDateTime()
The completion date and time of the step.
public String lastStateChangeReason()
A description of the step's current state.
public StepExecutionStatusDetail.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StepExecutionStatusDetail.Builder,StepExecutionStatusDetail>
public static StepExecutionStatusDetail.Builder builder()
public static Class<? extends StepExecutionStatusDetail.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.