@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCoreDeviceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DeleteCoreDeviceRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteCoreDeviceRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getCoreDeviceThingName()
 The name of the core device. | 
| int | hashCode() | 
| void | setCoreDeviceThingName(String coreDeviceThingName)
 The name of the core device. | 
| String | toString()Returns a string representation of this object. | 
| DeleteCoreDeviceRequest | withCoreDeviceThingName(String coreDeviceThingName)
 The name of the core device. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCoreDeviceThingName(String coreDeviceThingName)
The name of the core device. This is also the name of the IoT thing.
coreDeviceThingName - The name of the core device. This is also the name of the IoT thing.public String getCoreDeviceThingName()
The name of the core device. This is also the name of the IoT thing.
public DeleteCoreDeviceRequest withCoreDeviceThingName(String coreDeviceThingName)
The name of the core device. This is also the name of the IoT thing.
coreDeviceThingName - The name of the core device. This is also the name of the IoT thing.public String toString()
toString in class ObjectObject.toString()public DeleteCoreDeviceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()