public class GetDeviceResult extends Object 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) |
public 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.