public class GetThingShadowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the GetThingShadow operation.
NOOP
Constructor and Description |
---|
GetThingShadowRequest() |
Modifier and Type | Method and Description |
---|---|
GetThingShadowRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getThingName()
The name of the thing.
|
int |
hashCode() |
void |
setThingName(String thingName)
The name of the thing.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetThingShadowRequest |
withThingName(String thingName)
The name of the thing.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public void setThingName(String thingName)
The name of the thing.
thingName
- The name of the thing.public String getThingName()
The name of the thing.
public GetThingShadowRequest withThingName(String thingName)
The name of the thing.
thingName
- The name of the thing.public String toString()
toString
in class Object
Object.toString()
public GetThingShadowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.