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