Class InspectionDataRequest
java.lang.Object
software.amazon.awssdk.services.sfn.model.InspectionDataRequest
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InspectionDataRequest.Builder,InspectionDataRequest>
@Generated("software.amazon.awssdk:codegen")
public final class InspectionDataRequest
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<InspectionDataRequest.Builder,InspectionDataRequest>
Contains additional details about the state's execution, including its input and output data processing flow, and HTTP request information.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringbody()The request body for the HTTP request.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringheaders()The request headers associated with the HTTP request.final Stringmethod()The HTTP method used for the HTTP request.final Stringprotocol()The protocol used to make the HTTP request.static Class<? extends InspectionDataRequest.Builder>final StringtoString()Returns a string representation of this object.final Stringurl()The API endpoint used for the HTTP request.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
-
protocol
The protocol used to make the HTTP request.
- Returns:
- The protocol used to make the HTTP request.
-
method
The HTTP method used for the HTTP request.
- Returns:
- The HTTP method used for the HTTP request.
-
url
The API endpoint used for the HTTP request.
- Returns:
- The API endpoint used for the HTTP request.
-
headers
The request headers associated with the HTTP request.
- Returns:
- The request headers associated with the HTTP request.
-
body
The request body for the HTTP request.
- Returns:
- The request body for the HTTP request.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<InspectionDataRequest.Builder,InspectionDataRequest>
-
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
-