@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 final String executionArn()
The Amazon Resource Name (ARN) that identifies the execution.
public final String stateMachineArn()
The Amazon Resource Name (ARN) that identifies the state machine.
public final String name()
The name of the execution.
public final Instant startDate()
The date the execution is started.
public final Instant stopDate()
If the execution has already ended, the date the execution stopped.
public final 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 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 SyncExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
SyncExecutionStatuspublic final String error()
The error code of the failure.
public final String cause()
A more detailed explanation of the cause of the failure.
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 AWS X-Ray trace header that was passed to the execution.
public final 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 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 © 2021. All rights reserved.