public static final class CfnDeviceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeviceProps
CfnDeviceProps
CfnDeviceProps.Builder, CfnDeviceProps.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 |
getDeviceId()
The ID of the device, such as `G030PX0312744DWM` .
|
java.lang.Object |
getEnabled()
A Boolean value indicating whether the device is enabled ( `true` ) or not ( `false` ).
|
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 getDeviceId()
CfnDeviceProps
getDeviceId
in interface CfnDeviceProps
public final java.lang.Object getEnabled()
CfnDeviceProps
getEnabled
in interface CfnDeviceProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()