Class TestStateResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<TestStateResponse.Builder,TestStateResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic TestStateResponse.Builderbuilder()final Stringcause()A detailed explanation of the cause for the error when the execution of a state fails.final booleanfinal booleanequalsBySdkFields(Object obj) final Stringerror()The error returned when the execution of a state fails.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InspectionDataReturns additional details about the state's execution, including its input and output data processing flow, and HTTP request and response information.final StringThe name of the next state to transition to.final Stringoutput()The JSON output data of the state.static Class<? extends TestStateResponse.Builder>final TestExecutionStatusstatus()The execution status of the state.final StringThe execution status of the state.final StringtoString()Returns a string representation of this object.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
-
output
The JSON output data of the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
- Returns:
- The JSON output data of the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
-
error
The error returned when the execution of a state fails.
- Returns:
- The error returned when the execution of a state fails.
-
cause
A detailed explanation of the cause for the error when the execution of a state fails.
- Returns:
- A detailed explanation of the cause for the error when the execution of a state fails.
-
inspectionData
Returns additional details about the state's execution, including its input and output data processing flow, and HTTP request and response information. The
inspectionLevelrequest parameter specifies which details are returned.- Returns:
- Returns additional details about the state's execution, including its input and output data processing
flow, and HTTP request and response information. The
inspectionLevelrequest parameter specifies which details are returned.
-
nextState
The name of the next state to transition to. If you haven't defined a next state in your definition or if the execution of the state fails, this field doesn't contain a value.
- Returns:
- The name of the next state to transition to. If you haven't defined a next state in your definition or if the execution of the state fails, this field doesn't contain a value.
-
status
The execution status of the state.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTestExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The execution status of the state.
- See Also:
-
statusAsString
The execution status of the state.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTestExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The execution status of the state.
- See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<TestStateResponse.Builder,TestStateResponse> - 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
-