@Generated(value="software.amazon.awssdk:codegen") public final class DescribeExecutionResponse extends SfnResponse implements ToCopyableBuilder<DescribeExecutionResponse.Builder,DescribeExecutionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeExecutionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeExecutionResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionArn()
The Amazon Resource Name (ARN) that identifies the execution.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
input()
The string that contains the JSON input data of the execution.
|
String |
name()
The name of the execution.
|
String |
output()
The JSON output data of the execution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeExecutionResponse.Builder> |
serializableBuilderClass() |
Instant |
startDate()
The date the execution is started.
|
String |
stateMachineArn()
The Amazon Resource Name (ARN) of the executed stated machine.
|
ExecutionStatus |
status()
The current status of the execution.
|
String |
statusAsString()
The current status of the execution.
|
Instant |
stopDate()
If the execution has already ended, the date the execution stopped.
|
DescribeExecutionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
public ExecutionStatus status()
The current status of the execution.
If the service returns an enum value that is not available in the current SDK version, status will
return ExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ExecutionStatuspublic String statusAsString()
The current status of the execution.
If the service returns an enum value that is not available in the current SDK version, status will
return ExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ExecutionStatuspublic Instant startDate()
The date the execution is started.
public Instant stopDate()
If the execution has already ended, the date the execution stopped.
public String input()
The string that contains the JSON input data of the execution.
public String output()
The JSON output data of the execution.
This field is set only if the execution succeeds. If the execution fails, this field is null.
This field is set only if the execution succeeds. If the execution fails, this field is null.
public DescribeExecutionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeExecutionResponse.Builder,DescribeExecutionResponse>toBuilder in class AwsResponsepublic static DescribeExecutionResponse.Builder builder()
public static Class<? extends DescribeExecutionResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.