public class GetThingShadowRequest
extends java.lang.Object
Constructor and Description |
---|
GetThingShadowRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getThingName()
Getter for the thing name.
|
void |
setThingName(java.lang.String thingName)
Setter for the thing name.
|
GetThingShadowRequest |
withThingName(java.lang.String n)
Generate a request with thing name.
|
public java.lang.String getThingName()
public void setThingName(java.lang.String thingName)
thingName
- the name of the thingpublic GetThingShadowRequest withThingName(java.lang.String n)
n
- the name of the thing