@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()