Class CfnWirelessDeviceMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnWirelessDeviceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWirelessDeviceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWirelessDeviceMixinProps
@Stability(Stable)
@Internal
public static final class CfnWirelessDeviceMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWirelessDeviceMixinProps
An implementation for
CfnWirelessDeviceMixinProps-
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.cfnpropertymixins.services.iotwireless.CfnWirelessDeviceMixinProps
CfnWirelessDeviceMixinProps.Builder, CfnWirelessDeviceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWirelessDeviceMixinProps.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 StringThe description of the new resource.final StringThe name of the destination to assign to the new wireless device.final StringThe date and time when the most recent uplink was received.final ObjectThe device configuration information to use to create the wireless device.final StringgetName()The name of the new resource.final StringFPort values for the GNSS, Stream, and ClockSync functions of the positioning information.getTags()The tags are an array of key-value pairs to attach to the specified resource.final StringThe ARN of the thing to associate with the wireless device.final StringgetType()The wireless device type.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 theCfnWirelessDeviceMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnWirelessDeviceMixinPropsThe description of the new resource.Maximum length is 2048.
- Specified by:
getDescriptionin interfaceCfnWirelessDeviceMixinProps- See Also:
-
getDestinationName
Description copied from interface:CfnWirelessDeviceMixinPropsThe name of the destination to assign to the new wireless device.Can have only have alphanumeric, - (hyphen) and _ (underscore) characters and it can't have any spaces.
- Specified by:
getDestinationNamein interfaceCfnWirelessDeviceMixinProps- See Also:
-
getLastUplinkReceivedAt
Description copied from interface:CfnWirelessDeviceMixinPropsThe date and time when the most recent uplink was received.- Specified by:
getLastUplinkReceivedAtin interfaceCfnWirelessDeviceMixinProps- See Also:
-
getLoRaWan
Description copied from interface:CfnWirelessDeviceMixinPropsThe device configuration information to use to create the wireless device.Must be at least one of OtaaV10x, OtaaV11, AbpV11, or AbpV10x.
Returns union: either
IResolvableorCfnWirelessDevicePropsMixin.LoRaWANDeviceProperty- Specified by:
getLoRaWanin interfaceCfnWirelessDeviceMixinProps- See Also:
-
getName
Description copied from interface:CfnWirelessDeviceMixinPropsThe name of the new resource.- Specified by:
getNamein interfaceCfnWirelessDeviceMixinProps- See Also:
-
getPositioning
Description copied from interface:CfnWirelessDeviceMixinPropsFPort values for the GNSS, Stream, and ClockSync functions of the positioning information.- Specified by:
getPositioningin interfaceCfnWirelessDeviceMixinProps- See Also:
-
getTags
Description copied from interface:CfnWirelessDeviceMixinPropsThe tags are an array of key-value pairs to attach to the specified resource.Tags can have a minimum of 0 and a maximum of 50 items.
- Specified by:
getTagsin interfaceCfnWirelessDeviceMixinProps- See Also:
-
getThingArn
Description copied from interface:CfnWirelessDeviceMixinPropsThe ARN of the thing to associate with the wireless device.- Specified by:
getThingArnin interfaceCfnWirelessDeviceMixinProps- See Also:
-
getType
Description copied from interface:CfnWirelessDeviceMixinPropsThe wireless device type.- Specified by:
getTypein interfaceCfnWirelessDeviceMixinProps- 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()
-