ToCopyableBuilder<DeleteThingShadowResponse.Builder,DeleteThingShadowResponse>@Generated("software.amazon.awssdk:codegen") public class DeleteThingShadowResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DeleteThingShadowResponse.Builder,DeleteThingShadowResponse>
The output from the DeleteThingShadow operation.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DeleteThingShadowResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DeleteThingShadowResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
ByteBuffer |
payload() |
The state information, in JSON format.
|
static Class<? extends DeleteThingShadowResponse.Builder> |
serializableBuilderClass() |
|
DeleteThingShadowResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic ByteBuffer payload()
The state information, in JSON format.
ByteBuffers are stateful. Calling their get methods changes their position. We recommend
using ByteBuffer.asReadOnlyBuffer() to create a read-only view of the buffer with an independent
position, and calling get methods on this rather than directly on the returned ByteBuffer
. Doing so will ensure that anyone else using the ByteBuffer will not be affected by changes to the
position.
public DeleteThingShadowResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DeleteThingShadowResponse.Builder,DeleteThingShadowResponse>public static DeleteThingShadowResponse.Builder builder()
public static Class<? extends DeleteThingShadowResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.