@Generated(value="software.amazon.awssdk:codegen") public final class UpdateThingShadowRequest extends IotDataPlaneRequest implements ToCopyableBuilder<UpdateThingShadowRequest.Builder,UpdateThingShadowRequest>
The input for the UpdateThingShadow operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateThingShadowRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateThingShadowRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SdkBytes |
payload()
The state information, in JSON format.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateThingShadowRequest.Builder> |
serializableBuilderClass() |
String |
thingName()
The name of the thing.
|
UpdateThingShadowRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String thingName()
The name of the thing.
public SdkBytes payload()
The state information, in JSON format.
public UpdateThingShadowRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateThingShadowRequest.Builder,UpdateThingShadowRequest>toBuilder in class IotDataPlaneRequestpublic static UpdateThingShadowRequest.Builder builder()
public static Class<? extends UpdateThingShadowRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.