@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeviceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetDeviceResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDeviceResult |
clone() |
boolean |
equals(Object obj) |
Device |
getDevice()
The details of the device requested.
|
int |
hashCode() |
void |
setDevice(Device device)
The details of the device requested.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDeviceResult |
withDevice(Device device)
The details of the device requested.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDevice(Device device)
The details of the device requested. Required.
device - The details of the device requested. Required.public Device getDevice()
The details of the device requested. Required.
public GetDeviceResult withDevice(Device device)
The details of the device requested. Required.
device - The details of the device requested. Required.public String toString()
toString in class ObjectObject.toString()public GetDeviceResult clone()
Copyright © 2018. All rights reserved.