@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDeviceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteDeviceResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDeviceResult |
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.
|
DeleteDeviceResult |
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 DeleteDeviceResult withDevice(Device device)
Information about the device.
device - Information about the device.public String toString()
toString in class ObjectObject.toString()public DeleteDeviceResult clone()