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