@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDeviceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeDeviceRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDeviceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getManagedDeviceId()
The ID of the device that you are checking the information of.
|
int |
hashCode() |
void |
setManagedDeviceId(String managedDeviceId)
The ID of the device that you are checking the information of.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDeviceRequest |
withManagedDeviceId(String managedDeviceId)
The ID of the device that you are checking the information of.
|
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 setManagedDeviceId(String managedDeviceId)
The ID of the device that you are checking the information of.
managedDeviceId - The ID of the device that you are checking the information of.public String getManagedDeviceId()
The ID of the device that you are checking the information of.
public DescribeDeviceRequest withManagedDeviceId(String managedDeviceId)
The ID of the device that you are checking the information of.
managedDeviceId - The ID of the device that you are checking the information of.public String toString()
toString in class ObjectObject.toString()public DescribeDeviceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.