ToCopyableBuilder<DescribeExecutionResponse.Builder,DescribeExecutionResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeExecutionResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeExecutionResponse.Builder,DescribeExecutionResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeExecutionResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeExecutionResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
executionArn() |
The Amazon Resource Name (ARN) that identifies the execution.
|
int |
hashCode() |
|
String |
input() |
The JSON input data of the execution.
|
String |
name() |
The name of the execution.
|
String |
output() |
The JSON output data of the execution.
|
static Class<? extends DescribeExecutionResponse.Builder> |
serializableBuilderClass() |
|
Date |
startDate() |
The date the execution was started.
|
String |
stateMachineArn() |
The Amazon Resource Name (ARN) of the executed stated machine.
|
String |
status() |
The current status of the execution.
|
Date |
stopDate() |
If the execution has already ended, the date the execution stopped.
|
DescribeExecutionResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String executionArn()
The Amazon Resource Name (ARN) that identifies the execution.
public String stateMachineArn()
The Amazon Resource Name (ARN) of the executed stated 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 was started.
public Date stopDate()
If the execution has already ended, the date the execution stopped.
public String input()
The JSON input data of the execution.
public String output()
The JSON output data of the execution.
public DescribeExecutionResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeExecutionResponse.Builder,DescribeExecutionResponse>
public static DescribeExecutionResponse.Builder builder()
public static Class<? extends DescribeExecutionResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.