public class DeleteThingShadowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the DeleteThingShadow operation.
NOOP| Constructor and Description |
|---|
DeleteThingShadowRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteThingShadowRequest |
clone() |
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.
|
DeleteThingShadowRequest |
withThingName(String thingName)
The name of the thing.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setThingName(String thingName)
The name of the thing.
thingName - The name of the thing.public String getThingName()
The name of the thing.
public DeleteThingShadowRequest withThingName(String thingName)
The name of the thing.
thingName - The name of the thing.public String toString()
toString in class ObjectObject.toString()public DeleteThingShadowRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.