@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() |
String |
cause()
The cause string if the state machine execution failed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
error()
The error string if the state machine execution failed.
|
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.
|
CloudWatchEventsExecutionDataDetails |
inputDetails()
Returns the value of the InputDetails property for this object.
|
String |
mapRunArn()
The Amazon Resource Name (ARN) that identifies a Map Run, which dispatched this execution.
|
String |
name()
The name of the execution.
|
String |
output()
The JSON output data of the execution.
|
CloudWatchEventsExecutionDataDetails |
outputDetails()
Returns the value of the OutputDetails property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeExecutionResponse.Builder> |
serializableBuilderClass() |
Instant |
startDate()
The date the execution is started.
|
String |
stateMachineAliasArn()
The Amazon Resource Name (ARN) of the state machine alias associated with the execution.
|
String |
stateMachineArn()
The Amazon Resource Name (ARN) of the executed stated machine.
|
String |
stateMachineVersionArn()
The Amazon Resource Name (ARN) of the state machine version associated with the execution.
|
ExecutionStatus |
status()
The current status of the execution.
|
String |
statusAsString()
The current status of the execution.
|
Instant |
stopDate()
If the execution ended, the date the execution stopped.
|
DescribeExecutionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
traceHeader()
The X-Ray trace header that was passed to the execution.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String executionArn()
The Amazon Resource Name (ARN) that identifies the execution.
public final String stateMachineArn()
The Amazon Resource Name (ARN) of the executed stated machine.
public final 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)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
public final 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 final 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 final Instant startDate()
The date the execution is started.
public final Instant stopDate()
If the execution ended, the date the execution stopped.
public final String input()
The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
public final CloudWatchEventsExecutionDataDetails inputDetails()
public final String output()
The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
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 final CloudWatchEventsExecutionDataDetails outputDetails()
public final String traceHeader()
The X-Ray trace header that was passed to the execution.
public final String mapRunArn()
The Amazon Resource Name (ARN) that identifies a Map Run, which dispatched this execution.
public final String error()
The error string if the state machine execution failed.
public final String cause()
The cause string if the state machine execution failed.
public final String stateMachineVersionArn()
The Amazon Resource Name (ARN) of the state machine version associated with the execution. The version ARN is a
combination of state machine ARN and the version number separated by a colon (:). For example,
stateMachineARN:1.
If you start an execution from a StartExecution request without specifying a state machine version
or alias ARN, Step Functions returns a null value.
stateMachineARN:1.
If you start an execution from a StartExecution request without specifying a state machine
version or alias ARN, Step Functions returns a null value.
public final String stateMachineAliasArn()
The Amazon Resource Name (ARN) of the state machine alias associated with the execution. The alias ARN is a
combination of state machine ARN and the alias name separated by a colon (:). For example,
stateMachineARN:PROD.
If you start an execution from a StartExecution request with a state machine version ARN, this field
will be null.
stateMachineARN:PROD.
If you start an execution from a StartExecution request with a state machine version ARN,
this field will be 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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.