ToCopyableBuilder<UpdateThingShadowResponse.Builder,UpdateThingShadowResponse>@Generated("software.amazon.awssdk:codegen") public class UpdateThingShadowResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<UpdateThingShadowResponse.Builder,UpdateThingShadowResponse>
The output from the UpdateThingShadow operation.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
UpdateThingShadowResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static UpdateThingShadowResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
ByteBuffer |
payload() |
The state information, in JSON format.
|
static Class<? extends UpdateThingShadowResponse.Builder> |
serializableBuilderClass() |
|
UpdateThingShadowResponse.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 UpdateThingShadowResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<UpdateThingShadowResponse.Builder,UpdateThingShadowResponse>public static UpdateThingShadowResponse.Builder builder()
public static Class<? extends UpdateThingShadowResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.