public static interface DeleteThingShadowResponse.Builder extends IoTDataPlaneResponse.Builder, CopyableBuilder<DeleteThingShadowResponse.Builder,DeleteThingShadowResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteThingShadowResponse.Builder |
payload(ByteBuffer payload)
The state information, in JSON format.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDeleteThingShadowResponse.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.