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 |
getDescription()
A description of the device.
|
java.lang.String |
getGlobalNetworkId()
The ID of the global network.
|
java.lang.Object |
getLocation()
The site location.
|
java.lang.String |
getModel()
The model of the device.
|
java.lang.String |
getSerialNumber()
The serial number of the device.
|
java.lang.String |
getSiteId()
The site ID.
|
java.util.List<CfnTag> |
getTags()
The tags for the device.
|
java.lang.String |
getType()
The device type.
|
java.lang.String |
getVendor()
The vendor of the device.
|
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 getGlobalNetworkId()
CfnDeviceProps
getGlobalNetworkId
in interface CfnDeviceProps
public final java.lang.String getDescription()
CfnDeviceProps
Constraints: Maximum length of 256 characters.
getDescription
in interface CfnDeviceProps
public final java.lang.Object getLocation()
CfnDeviceProps
getLocation
in interface CfnDeviceProps
public final java.lang.String getModel()
CfnDeviceProps
Constraints: Maximum length of 128 characters.
getModel
in interface CfnDeviceProps
public final java.lang.String getSerialNumber()
CfnDeviceProps
Constraints: Maximum length of 128 characters.
getSerialNumber
in interface CfnDeviceProps
public final java.lang.String getSiteId()
CfnDeviceProps
getSiteId
in interface CfnDeviceProps
public final java.util.List<CfnTag> getTags()
CfnDeviceProps
getTags
in interface CfnDeviceProps
public final java.lang.String getType()
CfnDeviceProps
getType
in interface CfnDeviceProps
public final java.lang.String getVendor()
CfnDeviceProps
Constraints: Maximum length of 128 characters.
getVendor
in interface CfnDeviceProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()