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) Indicates whether some other object is "equal to" this one by SDK fields.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> Take this object and create a builder that contains all of the current property values of this object.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 interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
-
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
-
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
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<InspectionData.Builder,InspectionData> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-