Interface GetThingShadowResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetThingShadowResponse.Builder,GetThingShadowResponse>,IotDataPlaneResponse.Builder,SdkBuilder<GetThingShadowResponse.Builder,GetThingShadowResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetThingShadowResponse
public static interface GetThingShadowResponse.Builder extends IotDataPlaneResponse.Builder, SdkPojo, CopyableBuilder<GetThingShadowResponse.Builder,GetThingShadowResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetThingShadowResponse.Builderpayload(SdkBytes payload)The state information, in JSON format.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotdataplane.model.IotDataPlaneResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
payload
GetThingShadowResponse.Builder payload(SdkBytes payload)
The state information, in JSON format.
- Parameters:
payload- The state information, in JSON format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-