@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeviceSummary extends Object implements Serializable, Cloneable, StructuredPojo
Includes information about the device.
Constructor and Description |
---|
DeviceSummary() |
Modifier and Type | Method and Description |
---|---|
DeviceSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceArn()
The ARN of the device.
|
String |
getDeviceName()
The name of the device.
|
String |
getDeviceStatus()
The status of the device.
|
String |
getDeviceType()
The type of the device.
|
String |
getProviderName()
The provider of the device.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDeviceArn(String deviceArn)
The ARN of the device.
|
void |
setDeviceName(String deviceName)
The name of the device.
|
void |
setDeviceStatus(String deviceStatus)
The status of the device.
|
void |
setDeviceType(String deviceType)
The type of the device.
|
void |
setProviderName(String providerName)
The provider of the device.
|
String |
toString()
Returns a string representation of this object.
|
DeviceSummary |
withDeviceArn(String deviceArn)
The ARN of the device.
|
DeviceSummary |
withDeviceName(String deviceName)
The name of the device.
|
DeviceSummary |
withDeviceStatus(DeviceStatus deviceStatus)
The status of the device.
|
DeviceSummary |
withDeviceStatus(String deviceStatus)
The status of the device.
|
DeviceSummary |
withDeviceType(DeviceType deviceType)
The type of the device.
|
DeviceSummary |
withDeviceType(String deviceType)
The type of the device.
|
DeviceSummary |
withProviderName(String providerName)
The provider of the device.
|
public void setDeviceArn(String deviceArn)
The ARN of the device.
deviceArn
- The ARN of the device.public String getDeviceArn()
The ARN of the device.
public DeviceSummary withDeviceArn(String deviceArn)
The ARN of the device.
deviceArn
- The ARN of the device.public void setDeviceName(String deviceName)
The name of the device.
deviceName
- The name of the device.public String getDeviceName()
The name of the device.
public DeviceSummary withDeviceName(String deviceName)
The name of the device.
deviceName
- The name of the device.public void setDeviceStatus(String deviceStatus)
The status of the device.
deviceStatus
- The status of the device.DeviceStatus
public String getDeviceStatus()
The status of the device.
DeviceStatus
public DeviceSummary withDeviceStatus(String deviceStatus)
The status of the device.
deviceStatus
- The status of the device.DeviceStatus
public DeviceSummary withDeviceStatus(DeviceStatus deviceStatus)
The status of the device.
deviceStatus
- The status of the device.DeviceStatus
public void setDeviceType(String deviceType)
The type of the device.
deviceType
- The type of the device.DeviceType
public String getDeviceType()
The type of the device.
DeviceType
public DeviceSummary withDeviceType(String deviceType)
The type of the device.
deviceType
- The type of the device.DeviceType
public DeviceSummary withDeviceType(DeviceType deviceType)
The type of the device.
deviceType
- The type of the device.DeviceType
public void setProviderName(String providerName)
The provider of the device.
providerName
- The provider of the device.public String getProviderName()
The provider of the device.
public DeviceSummary withProviderName(String providerName)
The provider of the device.
providerName
- The provider of the device.public String toString()
toString
in class Object
Object.toString()
public DeviceSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.