Class InspectionData
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InspectionData.Builder,InspectionData>
Contains additional details about the state's execution, including its input and output data processing flow, and HTTP request and response information.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe input after Step Functions applies an Arguments filter.final StringThe input after Step Functions applies the InputPath filter.final StringThe effective input after the ItemBatcher filter is applied in a Map state.final StringAn array containing the inputs for each Map iteration, transformed by the ItemSelector specified in a Map state.final StringThe effective input after the ItemsPath filter is applied.final StringThe effective input after the ItemsPointer filter is applied in a Map state.final StringThe effective input after Step Functions applies the Parameters filter.final StringThe effective result combined with the raw state input after Step Functions applies the ResultPath filter.final StringThe effective result after Step Functions applies the ResultSelector filter.static InspectionData.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final InspectionErrorDetailsAn object containing data about a handled exception in the tested state.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringinput()The raw state input.final IntegerThe max concurrency of the Map state.final InspectionDataRequestrequest()The raw HTTP request that is sent when you test an HTTP Task.final InspectionDataResponseresponse()The raw HTTP response that is returned when you test an HTTP Task.final Stringresult()The state's raw result.static Class<? extends InspectionData.Builder>final IntegerThe tolerated failure threshold for a Map state as defined in number of Map state iterations.final FloatThe tolerated failure threshold for a Map state as defined in percentage of Map state iterations.final StringtoString()Returns a string representation of this object.final StringJSON string that contains the set of workflow variables after execution of the state.Methods 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
-
input
The raw state input.
- Returns:
- The raw state input.
-
afterArguments
The input after Step Functions applies an Arguments filter. This event will only be present when QueryLanguage for the state machine or individual states is set to JSONata. For more info, see Transforming data with Step Functions.
- Returns:
- The input after Step Functions applies an Arguments filter. This event will only be present when QueryLanguage for the state machine or individual states is set to JSONata. For more info, see Transforming data with Step Functions.
-
afterInputPath
The input after Step Functions applies the InputPath filter. Not populated when QueryLanguage is JSONata.
- Returns:
- The input after Step Functions applies the InputPath filter. Not populated when QueryLanguage is JSONata.
-
afterParameters
The effective input after Step Functions applies the Parameters filter. Not populated when QueryLanguage is JSONata.
- Returns:
- The effective input after Step Functions applies the Parameters filter. Not populated when QueryLanguage is JSONata.
-
result
The state's raw result.
- Returns:
- The state's raw result.
-
afterResultSelector
The effective result after Step Functions applies the ResultSelector filter. Not populated when QueryLanguage is JSONata.
- Returns:
- The effective result after Step Functions applies the ResultSelector filter. Not populated when QueryLanguage is JSONata.
-
afterResultPath
The effective result combined with the raw state input after Step Functions applies the ResultPath filter. Not populated when QueryLanguage is JSONata.
- Returns:
- The effective result combined with the raw state input after Step Functions applies the ResultPath filter. Not populated when QueryLanguage is JSONata.
-
request
The raw HTTP request that is sent when you test an HTTP Task.
- Returns:
- The raw HTTP request that is sent when you test an HTTP Task.
-
response
The raw HTTP response that is returned when you test an HTTP Task.
- Returns:
- The raw HTTP response that is returned when you test an HTTP Task.
-
variables
JSON string that contains the set of workflow variables after execution of the state. The set will include variables assigned in the state and variables set up as test state input.
- Returns:
- JSON string that contains the set of workflow variables after execution of the state. The set will include variables assigned in the state and variables set up as test state input.
-
errorDetails
An object containing data about a handled exception in the tested state.
- Returns:
- An object containing data about a handled exception in the tested state.
-
afterItemsPath
The effective input after the ItemsPath filter is applied. Not populated when the QueryLanguage is JSONata.
- Returns:
- The effective input after the ItemsPath filter is applied. Not populated when the QueryLanguage is JSONata.
-
afterItemSelector
An array containing the inputs for each Map iteration, transformed by the ItemSelector specified in a Map state.
- Returns:
- An array containing the inputs for each Map iteration, transformed by the ItemSelector specified in a Map state.
-
afterItemBatcher
The effective input after the ItemBatcher filter is applied in a Map state.
- Returns:
- The effective input after the ItemBatcher filter is applied in a Map state.
-
afterItemsPointer
The effective input after the ItemsPointer filter is applied in a Map state.
- Returns:
- The effective input after the ItemsPointer filter is applied in a Map state.
-
toleratedFailureCount
The tolerated failure threshold for a Map state as defined in number of Map state iterations.
- Returns:
- The tolerated failure threshold for a Map state as defined in number of Map state iterations.
-
toleratedFailurePercentage
The tolerated failure threshold for a Map state as defined in percentage of Map state iterations.
- Returns:
- The tolerated failure threshold for a Map state as defined in percentage of Map state iterations.
-
maxConcurrency
The max concurrency of the Map state.
- Returns:
- The max concurrency of the Map state.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<InspectionData.Builder,InspectionData>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-