@Generated(value="software.amazon.awssdk:codegen") public final class GetThingShadowRequest extends IotDataPlaneRequest implements ToCopyableBuilder<GetThingShadowRequest.Builder,GetThingShadowRequest>
The input for the GetThingShadow operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetThingShadowRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetThingShadowRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetThingShadowRequest.Builder> |
serializableBuilderClass() |
String |
shadowName()
The name of the shadow.
|
String |
thingName()
The name of the thing.
|
GetThingShadowRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String thingName()
The name of the thing.
public String shadowName()
The name of the shadow.
public GetThingShadowRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetThingShadowRequest.Builder,GetThingShadowRequest>toBuilder in class IotDataPlaneRequestpublic static GetThingShadowRequest.Builder builder()
public static Class<? extends GetThingShadowRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.