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