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 ObjectABP device object for LoRaWAN specification v1.0.x.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 ObjectList of FPort assigned for different LoRaWAN application packages to use.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.LoRaWANDevicePropertyABP device object for LoRaWAN specification v1.0.x.Returns union: either
IResolvableorCfnWirelessDevice.AbpV10xProperty- Specified by:
getAbpV10Xin interfaceCfnWirelessDevice.LoRaWANDeviceProperty- See Also:
-
getAbpV11
Description copied from interface:CfnWirelessDevice.LoRaWANDevicePropertyABP device object for create APIs for v1.1.Returns union: either
IResolvableorCfnWirelessDevice.AbpV11Property- Specified by:
getAbpV11in interfaceCfnWirelessDevice.LoRaWANDeviceProperty- See Also:
-
getDevEui
Description copied from interface:CfnWirelessDevice.LoRaWANDevicePropertyThe DevEUI value.- Specified by:
getDevEuiin interfaceCfnWirelessDevice.LoRaWANDeviceProperty- See Also:
-
getDeviceProfileId
Description copied from interface:CfnWirelessDevice.LoRaWANDevicePropertyThe ID of the device profile for the new wireless device.- Specified by:
getDeviceProfileIdin interfaceCfnWirelessDevice.LoRaWANDeviceProperty- See Also:
-
getFPorts
Description copied from interface:CfnWirelessDevice.LoRaWANDevicePropertyList of FPort assigned for different LoRaWAN application packages to use.Returns union: either
IResolvableorCfnWirelessDevice.FPortsProperty- Specified by:
getFPortsin interfaceCfnWirelessDevice.LoRaWANDeviceProperty- See Also:
-
getOtaaV10X
Description copied from interface:CfnWirelessDevice.LoRaWANDevicePropertyOTAA device object for create APIs for v1.0.x.Returns union: either
IResolvableorCfnWirelessDevice.OtaaV10xProperty- Specified by:
getOtaaV10Xin interfaceCfnWirelessDevice.LoRaWANDeviceProperty- See Also:
-
getOtaaV11
Description copied from interface:CfnWirelessDevice.LoRaWANDevicePropertyOTAA device object for v1.1 for create APIs.Returns union: either
IResolvableorCfnWirelessDevice.OtaaV11Property- Specified by:
getOtaaV11in interfaceCfnWirelessDevice.LoRaWANDeviceProperty- See Also:
-
getServiceProfileId
Description copied from interface:CfnWirelessDevice.LoRaWANDevicePropertyThe ID of the service profile.- Specified by:
getServiceProfileIdin interfaceCfnWirelessDevice.LoRaWANDeviceProperty- See Also:
-
$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()
-