@Generated(value="software.amazon.awssdk:codegen") public final class StartSyncExecutionResponse extends SfnResponse implements ToCopyableBuilder<StartSyncExecutionResponse.Builder,StartSyncExecutionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartSyncExecutionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
BillingDetails |
billingDetails()
An object that describes workflow billing details, including billed duration and memory use.
|
static StartSyncExecutionResponse.Builder |
builder() |
String |
cause()
A more detailed explanation of the cause of the failure.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
error()
The error code of the failure.
|
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 StartSyncExecutionResponse.Builder> |
serializableBuilderClass() |
Instant |
startDate()
The date the execution is started.
|
String |
stateMachineArn()
The Amazon Resource Name (ARN) that identifies the state machine.
|
SyncExecutionStatus |
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.
|
StartSyncExecutionResponse.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) that identifies the state machine.
public String name()
The name of the execution.
public Instant startDate()
The date the execution is started.
public Instant stopDate()
If the execution has already ended, the date the execution stopped.
public SyncExecutionStatus 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 SyncExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
SyncExecutionStatuspublic 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 SyncExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
SyncExecutionStatuspublic String error()
The error code of the failure.
public String cause()
A more detailed explanation of the cause of the failure.
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 BillingDetails billingDetails()
An object that describes workflow billing details, including billed duration and memory use.
public StartSyncExecutionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartSyncExecutionResponse.Builder,StartSyncExecutionResponse>toBuilder in class AwsResponsepublic static StartSyncExecutionResponse.Builder builder()
public static Class<? extends StartSyncExecutionResponse.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.