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