@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.
|
CloudWatchEventsExecutionDataDetails |
inputDetails()
Returns the value of the InputDetails property for this object.
|
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 |
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.
|
String |
traceHeader()
The AWS X-Ray trace header that was passed to the execution.
|
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)
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 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. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
public CloudWatchEventsExecutionDataDetails inputDetails()
public 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 CloudWatchEventsExecutionDataDetails outputDetails()
public String traceHeader()
The AWS X-Ray trace header that was passed to the execution.
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 © 2020. All rights reserved.