StructuredPojo
, ToCopyableBuilder<ExecutionListItem.Builder,ExecutionListItem>
@Generated("software.amazon.awssdk:codegen") public class ExecutionListItem extends Object implements StructuredPojo, ToCopyableBuilder<ExecutionListItem.Builder,ExecutionListItem>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ExecutionListItem.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ExecutionListItem.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
executionArn() |
The Amazon Resource Name (ARN) that identifies the execution.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the execution.
|
static Class<? extends ExecutionListItem.Builder> |
serializableBuilderClass() |
|
Date |
startDate() |
The date the execution started.
|
String |
stateMachineArn() |
The Amazon Resource Name (ARN) of the executed state machine.
|
String |
status() |
The current status of the execution.
|
Date |
stopDate() |
If the execution already ended, the date the execution stopped.
|
ExecutionListItem.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String executionArn()
The Amazon Resource Name (ARN) that identifies the execution.
public String stateMachineArn()
The Amazon Resource Name (ARN) of the executed state machine.
public String name()
The name of the execution.
public String status()
The current status of the execution.
ExecutionStatus
public Date startDate()
The date the execution started.
public Date stopDate()
If the execution already ended, the date the execution stopped.
public ExecutionListItem.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ExecutionListItem.Builder,ExecutionListItem>
public static ExecutionListItem.Builder builder()
public static Class<? extends ExecutionListItem.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.