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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotwireless.CfnWirelessDevice.LoRaWANDeviceProperty
CfnWirelessDevice.LoRaWANDeviceProperty.Builder, CfnWirelessDevice.LoRaWANDeviceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWirelessDevice.LoRaWANDeviceProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectLoRaWAN object for create APIs.final ObjectABP device object for create APIs for v1.1.final StringThe DevEUI value.final StringThe ID of the device profile for the new wireless device.final ObjectOTAA device object for create APIs for v1.0.x.final ObjectOTAA device object for v1.1 for create APIs.final StringThe ID of the service profile.final inthashCode()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.LoRaWANDevicePropertyLoRaWAN object for create APIs.- Specified by:
getAbpV10Xin interfaceCfnWirelessDevice.LoRaWANDeviceProperty
-
getAbpV11
Description copied from interface:CfnWirelessDevice.LoRaWANDevicePropertyABP device object for create APIs for v1.1.- Specified by:
getAbpV11in interfaceCfnWirelessDevice.LoRaWANDeviceProperty
-
getDevEui
Description copied from interface:CfnWirelessDevice.LoRaWANDevicePropertyThe DevEUI value.- Specified by:
getDevEuiin interfaceCfnWirelessDevice.LoRaWANDeviceProperty
-
getDeviceProfileId
Description copied from interface:CfnWirelessDevice.LoRaWANDevicePropertyThe ID of the device profile for the new wireless device.- Specified by:
getDeviceProfileIdin interfaceCfnWirelessDevice.LoRaWANDeviceProperty
-
getOtaaV10X
Description copied from interface:CfnWirelessDevice.LoRaWANDevicePropertyOTAA device object for create APIs for v1.0.x.- Specified by:
getOtaaV10Xin interfaceCfnWirelessDevice.LoRaWANDeviceProperty
-
getOtaaV11
Description copied from interface:CfnWirelessDevice.LoRaWANDevicePropertyOTAA device object for v1.1 for create APIs.- Specified by:
getOtaaV11in interfaceCfnWirelessDevice.LoRaWANDeviceProperty
-
getServiceProfileId
Description copied from interface:CfnWirelessDevice.LoRaWANDevicePropertyThe ID of the service profile.- Specified by:
getServiceProfileIdin interfaceCfnWirelessDevice.LoRaWANDeviceProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-