public static final class CfnWirelessDeviceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWirelessDeviceProps
CfnWirelessDeviceProps
CfnWirelessDeviceProps.Builder, CfnWirelessDeviceProps.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()
The description of the new resource.
|
java.lang.String |
getDestinationName()
The name of the destination to assign to the new wireless device.
|
java.lang.String |
getLastUplinkReceivedAt()
The date and time when the most recent uplink was received.
|
java.lang.Object |
getLoRaWan()
The device configuration information to use to create the wireless device.
|
java.lang.String |
getName()
The name of the new resource.
|
java.util.List<CfnTag> |
getTags()
The tags are an array of key-value pairs to attach to the specified resource.
|
java.lang.String |
getThingArn()
The ARN of the thing to associate with the wireless device.
|
java.lang.String |
getType()
The wireless device type.
|
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 getDestinationName()
CfnWirelessDeviceProps
Can have only have alphanumeric, - (hyphen) and _ (underscore) characters and it can't have any spaces.
getDestinationName
in interface CfnWirelessDeviceProps
public final java.lang.String getType()
CfnWirelessDeviceProps
getType
in interface CfnWirelessDeviceProps
public final java.lang.String getDescription()
CfnWirelessDeviceProps
Maximum length is 2048.
getDescription
in interface CfnWirelessDeviceProps
public final java.lang.String getLastUplinkReceivedAt()
CfnWirelessDeviceProps
getLastUplinkReceivedAt
in interface CfnWirelessDeviceProps
public final java.lang.Object getLoRaWan()
CfnWirelessDeviceProps
Must be at least one of OtaaV10x, OtaaV11, AbpV11, or AbpV10x.
getLoRaWan
in interface CfnWirelessDeviceProps
public final java.lang.String getName()
CfnWirelessDeviceProps
getName
in interface CfnWirelessDeviceProps
public final java.util.List<CfnTag> getTags()
CfnWirelessDeviceProps
Tags can have a minimum of 0 and a maximum of 50 items.
getTags
in interface CfnWirelessDeviceProps
public final java.lang.String getThingArn()
CfnWirelessDeviceProps
getThingArn
in interface CfnWirelessDeviceProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()