@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDeviceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateDeviceResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateDeviceResult |
clone() |
boolean |
equals(Object obj) |
Device |
getDevice()
Information about the device.
|
int |
hashCode() |
void |
setDevice(Device device)
Information about the device.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDeviceResult |
withDevice(Device device)
Information about the device.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDevice(Device device)
Information about the device.
device - Information about the device.public Device getDevice()
Information about the device.
public UpdateDeviceResult withDevice(Device device)
Information about the device.
device - Information about the device.public String toString()
toString in class ObjectObject.toString()public UpdateDeviceResult clone()