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 String
The input after Step Functions applies an Arguments filter.final String
The input after Step Functions applies the InputPath filter.final String
The effective input after Step Functions applies the Parameters filter.final String
The effective result combined with the raw state input after Step Functions applies the ResultPath filter.final String
The effective result after Step Functions applies the ResultSelector filter.static InspectionData.Builder
builder()
final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
input()
The raw state input.final InspectionDataRequest
request()
The raw HTTP request that is sent when you test an HTTP Task.final InspectionDataResponse
response()
The raw HTTP response that is returned when you test an HTTP Task.final String
result()
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 String
toString()
Returns a string representation of this object.final String
JSON 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.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<InspectionData.Builder,
InspectionData> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in 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:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-