Class StartSyncExecutionResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartSyncExecutionResponse.Builder,StartSyncExecutionResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal BillingDetailsAn object that describes workflow billing details, including billed duration and memory use.builder()final Stringcause()A more detailed explanation of the cause of the failure.final booleanfinal booleanequalsBySdkFields(Object obj) final Stringerror()The error code of the failure.final StringThe Amazon Resource Name (ARN) that identifies the execution.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringinput()The string that contains the JSON input data of the execution.Returns the value of the InputDetails property for this object.final Stringname()The name of the execution.final Stringoutput()The JSON output data of the execution.Returns the value of the OutputDetails property for this object.static Class<? extends StartSyncExecutionResponse.Builder>final InstantThe date the execution is started.final StringThe Amazon Resource Name (ARN) that identifies the state machine.final SyncExecutionStatusstatus()The current status of the execution.final StringThe current status of the execution.final InstantstopDate()If the execution has already ended, the date the execution stopped.final StringtoString()Returns a string representation of this object.final StringThe X-Ray trace header that was passed to the execution.Methods inherited from class software.amazon.awssdk.services.sfn.model.SfnResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
executionArn
The Amazon Resource Name (ARN) that identifies the execution.
- Returns:
- The Amazon Resource Name (ARN) that identifies the execution.
-
stateMachineArn
The Amazon Resource Name (ARN) that identifies the state machine.
- Returns:
- The Amazon Resource Name (ARN) that identifies the state machine.
-
name
The name of the execution.
- Returns:
- The name of the execution.
-
startDate
The date the execution is started.
- Returns:
- The date the execution is started.
-
stopDate
If the execution has already ended, the date the execution stopped.
- Returns:
- If the execution has already ended, the date the execution stopped.
-
status
The current status of the execution.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnSyncExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the execution.
- See Also:
-
statusAsString
The current status of the execution.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnSyncExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the execution.
- See Also:
-
error
The error code of the failure.
- Returns:
- The error code of the failure.
-
cause
A more detailed explanation of the cause of the failure.
- Returns:
- A more detailed explanation of the cause of the failure.
-
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.
- Returns:
- 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.
-
inputDetails
Returns the value of the InputDetails property for this object.- Returns:
- The value of the InputDetails property for this object.
-
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.
- Returns:
- 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.
-
outputDetails
Returns the value of the OutputDetails property for this object.- Returns:
- The value of the OutputDetails property for this object.
-
traceHeader
The X-Ray trace header that was passed to the execution.
For X-Ray traces, all Amazon Web Services services use the
X-Amzn-Trace-Idheader from the HTTP request. Using the header is the preferred mechanism to identify a trace.StartExecutionandStartSyncExecutionAPI operations can also usetraceHeaderfrom the body of the request payload. If both sources are provided, Step Functions will use the header value (preferred) over the value in the request body.- Returns:
- The X-Ray trace header that was passed to the execution.
For X-Ray traces, all Amazon Web Services services use the
X-Amzn-Trace-Idheader from the HTTP request. Using the header is the preferred mechanism to identify a trace.StartExecutionandStartSyncExecutionAPI operations can also usetraceHeaderfrom the body of the request payload. If both sources are provided, Step Functions will use the header value (preferred) over the value in the request body.
-
billingDetails
An object that describes workflow billing details, including billed duration and memory use.
- Returns:
- An object that describes workflow billing details, including billed duration and memory use.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartSyncExecutionResponse.Builder,StartSyncExecutionResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-