@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCoreDeviceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetCoreDeviceRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetCoreDeviceRequest |
clone() |
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.
|
GetCoreDeviceRequest |
withCoreDeviceThingName(String coreDeviceThingName)
The name of the core device.
|
addHandlerContext, copyBaseTo, 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 GetCoreDeviceRequest 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 GetCoreDeviceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.