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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInspectionDataRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbody()The request body for the HTTP request.static InspectionDataRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringheaders()The request headers associated with the HTTP request.Stringmethod()The HTTP method used for the HTTP request.Stringprotocol()The protocol used to make the HTTP request.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InspectionDataRequest.Builder>serializableBuilderClass()InspectionDataRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringurl()The API endpoint used for the HTTP request.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
protocol
public final String protocol()
The protocol used to make the HTTP request.
- Returns:
- The protocol used to make the HTTP request.
-
method
public final String method()
The HTTP method used for the HTTP request.
- Returns:
- The HTTP method used for the HTTP request.
-
url
public final String url()
The API endpoint used for the HTTP request.
- Returns:
- The API endpoint used for the HTTP request.
-
headers
public final String headers()
The request headers associated with the HTTP request.
- Returns:
- The request headers associated with the HTTP request.
-
body
public final String body()
The request body for the HTTP request.
- Returns:
- The request body for the HTTP request.
-
toBuilder
public InspectionDataRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InspectionDataRequest.Builder,InspectionDataRequest>
-
builder
public static InspectionDataRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends InspectionDataRequest.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-