Class InspectionData
java.lang.Object
software.amazon.awssdk.services.sfn.model.InspectionData
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<InspectionData.Builder,
InspectionData>
@Generated("software.amazon.awssdk:codegen")
public final class InspectionData
extends Object
implements SdkPojo, Serializable, 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 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.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
input
-
afterInputPath
-
afterParameters
The effective input after Step Functions applies the Parameters filter.
- Returns:
- The effective input after Step Functions applies the Parameters filter.
-
result
-
afterResultSelector
The effective result after Step Functions applies the ResultSelector filter.
- Returns:
- The effective result after Step Functions applies the ResultSelector filter.
-
afterResultPath
The effective result combined with the raw state input after Step Functions applies the ResultPath filter.
- Returns:
- The effective result combined with the raw state input after Step Functions applies the ResultPath filter.
-
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.
-
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
-