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