@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeviceData extends Object implements Serializable, Cloneable, StructuredPojo
Device attributes.
| Constructor and Description |
|---|
DeviceData() |
| Modifier and Type | Method and Description |
|---|---|
DeviceData |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceArn()
The ARN of a device.
|
String |
getDeviceName()
The name of a device.
|
String |
getDeviceSerialNumber()
The serial number of a device.
|
String |
getDeviceStatus()
The status of a device.
|
String |
getDeviceType()
The type of a device.
|
String |
getMacAddress()
The MAC address of a device.
|
String |
getRoomArn()
The room ARN associated with a device.
|
String |
getRoomName()
The name of the room associated with a device.
|
String |
getSoftwareVersion()
The software version of a device.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDeviceArn(String deviceArn)
The ARN of a device.
|
void |
setDeviceName(String deviceName)
The name of a device.
|
void |
setDeviceSerialNumber(String deviceSerialNumber)
The serial number of a device.
|
void |
setDeviceStatus(String deviceStatus)
The status of a device.
|
void |
setDeviceType(String deviceType)
The type of a device.
|
void |
setMacAddress(String macAddress)
The MAC address of a device.
|
void |
setRoomArn(String roomArn)
The room ARN associated with a device.
|
void |
setRoomName(String roomName)
The name of the room associated with a device.
|
void |
setSoftwareVersion(String softwareVersion)
The software version of a device.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeviceData |
withDeviceArn(String deviceArn)
The ARN of a device.
|
DeviceData |
withDeviceName(String deviceName)
The name of a device.
|
DeviceData |
withDeviceSerialNumber(String deviceSerialNumber)
The serial number of a device.
|
DeviceData |
withDeviceStatus(DeviceStatus deviceStatus)
The status of a device.
|
DeviceData |
withDeviceStatus(String deviceStatus)
The status of a device.
|
DeviceData |
withDeviceType(String deviceType)
The type of a device.
|
DeviceData |
withMacAddress(String macAddress)
The MAC address of a device.
|
DeviceData |
withRoomArn(String roomArn)
The room ARN associated with a device.
|
DeviceData |
withRoomName(String roomName)
The name of the room associated with a device.
|
DeviceData |
withSoftwareVersion(String softwareVersion)
The software version of a device.
|
public void setDeviceArn(String deviceArn)
The ARN of a device.
deviceArn - The ARN of a device.public String getDeviceArn()
The ARN of a device.
public DeviceData withDeviceArn(String deviceArn)
The ARN of a device.
deviceArn - The ARN of a device.public void setDeviceSerialNumber(String deviceSerialNumber)
The serial number of a device.
deviceSerialNumber - The serial number of a device.public String getDeviceSerialNumber()
The serial number of a device.
public DeviceData withDeviceSerialNumber(String deviceSerialNumber)
The serial number of a device.
deviceSerialNumber - The serial number of a device.public void setDeviceType(String deviceType)
The type of a device.
deviceType - The type of a device.public String getDeviceType()
The type of a device.
public DeviceData withDeviceType(String deviceType)
The type of a device.
deviceType - The type of a device.public void setDeviceName(String deviceName)
The name of a device.
deviceName - The name of a device.public String getDeviceName()
The name of a device.
public DeviceData withDeviceName(String deviceName)
The name of a device.
deviceName - The name of a device.public void setSoftwareVersion(String softwareVersion)
The software version of a device.
softwareVersion - The software version of a device.public String getSoftwareVersion()
The software version of a device.
public DeviceData withSoftwareVersion(String softwareVersion)
The software version of a device.
softwareVersion - The software version of a device.public void setMacAddress(String macAddress)
The MAC address of a device.
macAddress - The MAC address of a device.public String getMacAddress()
The MAC address of a device.
public DeviceData withMacAddress(String macAddress)
The MAC address of a device.
macAddress - The MAC address of a device.public void setDeviceStatus(String deviceStatus)
The status of a device.
deviceStatus - The status of a device.DeviceStatuspublic String getDeviceStatus()
The status of a device.
DeviceStatuspublic DeviceData withDeviceStatus(String deviceStatus)
The status of a device.
deviceStatus - The status of a device.DeviceStatuspublic DeviceData withDeviceStatus(DeviceStatus deviceStatus)
The status of a device.
deviceStatus - The status of a device.DeviceStatuspublic void setRoomArn(String roomArn)
The room ARN associated with a device.
roomArn - The room ARN associated with a device.public String getRoomArn()
The room ARN associated with a device.
public DeviceData withRoomArn(String roomArn)
The room ARN associated with a device.
roomArn - The room ARN associated with a device.public void setRoomName(String roomName)
The name of the room associated with a device.
roomName - The name of the room associated with a device.public String getRoomName()
The name of the room associated with a device.
public DeviceData withRoomName(String roomName)
The name of the room associated with a device.
roomName - The name of the room associated with a device.public String toString()
toString in class ObjectObject.toString()public DeviceData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.