public static final class CfnDevice.DeviceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDevice.DeviceProperty
CfnDevice.DeviceProperty
CfnDevice.DeviceProperty.Builder, CfnDevice.DeviceProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDescription()
Description of the device.
|
java.lang.String |
getDeviceName()
The name of the device.
|
java.lang.String |
getIotThingName()
AWS Internet of Things (IoT) object name.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDeviceName()
CfnDevice.DeviceProperty
getDeviceName
in interface CfnDevice.DeviceProperty
public final java.lang.String getDescription()
CfnDevice.DeviceProperty
getDescription
in interface CfnDevice.DeviceProperty
public final java.lang.String getIotThingName()
CfnDevice.DeviceProperty
getIotThingName
in interface CfnDevice.DeviceProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()