Class CfnWirelessDevice.LoRaWANDeviceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotwireless.CfnWirelessDevice.LoRaWANDeviceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWirelessDevice.LoRaWANDeviceProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWirelessDevice.LoRaWANDeviceProperty
@Stability(Stable)
@Internal
public static final class CfnWirelessDevice.LoRaWANDeviceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWirelessDevice.LoRaWANDeviceProperty
An implementation for
CfnWirelessDevice.LoRaWANDeviceProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotwireless.CfnWirelessDevice.LoRaWANDeviceProperty
CfnWirelessDevice.LoRaWANDeviceProperty.Builder, CfnWirelessDevice.LoRaWANDeviceProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWirelessDevice.LoRaWANDeviceProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
LoRaWAN object for create APIs.final Object
ABP device object for create APIs for v1.1.final String
The DevEUI value.final String
The ID of the device profile for the new wireless device.final Object
OTAA device object for create APIs for v1.0.x.final Object
OTAA device object for v1.1 for create APIs.final String
The ID of the service profile.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnWirelessDevice.LoRaWANDeviceProperty.Builder
.
-
-
Method Details
-
getAbpV10X
Description copied from interface:CfnWirelessDevice.LoRaWANDeviceProperty
LoRaWAN object for create APIs.- Specified by:
getAbpV10X
in interfaceCfnWirelessDevice.LoRaWANDeviceProperty
-
getAbpV11
Description copied from interface:CfnWirelessDevice.LoRaWANDeviceProperty
ABP device object for create APIs for v1.1.- Specified by:
getAbpV11
in interfaceCfnWirelessDevice.LoRaWANDeviceProperty
-
getDevEui
Description copied from interface:CfnWirelessDevice.LoRaWANDeviceProperty
The DevEUI value.- Specified by:
getDevEui
in interfaceCfnWirelessDevice.LoRaWANDeviceProperty
-
getDeviceProfileId
Description copied from interface:CfnWirelessDevice.LoRaWANDeviceProperty
The ID of the device profile for the new wireless device.- Specified by:
getDeviceProfileId
in interfaceCfnWirelessDevice.LoRaWANDeviceProperty
-
getOtaaV10X
Description copied from interface:CfnWirelessDevice.LoRaWANDeviceProperty
OTAA device object for create APIs for v1.0.x.- Specified by:
getOtaaV10X
in interfaceCfnWirelessDevice.LoRaWANDeviceProperty
-
getOtaaV11
Description copied from interface:CfnWirelessDevice.LoRaWANDeviceProperty
OTAA device object for v1.1 for create APIs.- Specified by:
getOtaaV11
in interfaceCfnWirelessDevice.LoRaWANDeviceProperty
-
getServiceProfileId
Description copied from interface:CfnWirelessDevice.LoRaWANDeviceProperty
The ID of the service profile.- Specified by:
getServiceProfileId
in interfaceCfnWirelessDevice.LoRaWANDeviceProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-