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
inspectionLevelrequest parameter specifies which details are returned.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInspectionDataResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbody()The HTTP response returned.static InspectionDataResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringheaders()The response headers associated with the HTTP response.Stringprotocol()The protocol used to return the HTTP response.List<SdkField<?>>sdkFields()static Class<? extends InspectionDataResponse.Builder>serializableBuilderClass()StringstatusCode()The HTTP response status code for the HTTP response.StringstatusMessage()The message associated with the HTTP status code.InspectionDataResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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 return the HTTP response.
- Returns:
- The protocol used to return the HTTP response.
-
statusCode
public final String statusCode()
The HTTP response status code for the HTTP response.
- Returns:
- The HTTP response status code for the HTTP response.
-
statusMessage
public final String statusMessage()
The message associated with the HTTP status code.
- Returns:
- The message associated with the HTTP status code.
-
headers
public final String headers()
The response headers associated with the HTTP response.
- Returns:
- The response headers associated with the HTTP response.
-
body
public final String body()
The HTTP response returned.
- Returns:
- The HTTP response returned.
-
toBuilder
public InspectionDataResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InspectionDataResponse.Builder,InspectionDataResponse>
-
builder
public static InspectionDataResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends InspectionDataResponse.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.
-
-