public static interface GetThingShadowResponse.Builder extends IoTDataPlaneResponse.Builder, CopyableBuilder<GetThingShadowResponse.Builder,GetThingShadowResponse>
| Modifier and Type | Method and Description |
|---|---|
GetThingShadowResponse.Builder |
payload(ByteBuffer payload)
The state information, in JSON format.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetThingShadowResponse.Builder payload(ByteBuffer payload)
The state information, in JSON format.
To preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.
payload - The state information, in JSON format.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.