public class DeleteThingTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the DeleteThingType operation.
NOOP| Constructor and Description |
|---|
DeleteThingTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteThingTypeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getThingTypeName()
The name of the thing type.
|
int |
hashCode() |
void |
setThingTypeName(String thingTypeName)
The name of the thing type.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteThingTypeRequest |
withThingTypeName(String thingTypeName)
The name of the thing type.
|
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 setThingTypeName(String thingTypeName)
The name of the thing type.
thingTypeName - The name of the thing type.public String getThingTypeName()
The name of the thing type.
public DeleteThingTypeRequest withThingTypeName(String thingTypeName)
The name of the thing type.
thingTypeName - The name of the thing type.public String toString()
toString in class ObjectObject.toString()public DeleteThingTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.