Class CfnWirelessDeviceImportTaskProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotwireless.CfnWirelessDeviceImportTaskProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWirelessDeviceImportTaskProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWirelessDeviceImportTaskProps
@Stability(Stable)
@Internal
public static final class CfnWirelessDeviceImportTaskProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWirelessDeviceImportTaskProps
An implementation for
CfnWirelessDeviceImportTaskProps
-
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.CfnWirelessDeviceImportTaskProps
CfnWirelessDeviceImportTaskProps.Builder, CfnWirelessDeviceImportTaskProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWirelessDeviceImportTaskProps.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 String
The name of the destination that describes the IoT rule to route messages from the Sidewalk devices in the import task to other applications.final Object
The Sidewalk-related information of the wireless device import task.getTags()
Adds to or modifies the tags of the given resource.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 theCfnWirelessDeviceImportTaskProps.Builder
.
-
-
Method Details
-
getDestinationName
Description copied from interface:CfnWirelessDeviceImportTaskProps
The name of the destination that describes the IoT rule to route messages from the Sidewalk devices in the import task to other applications.- Specified by:
getDestinationName
in interfaceCfnWirelessDeviceImportTaskProps
-
getSidewalk
Description copied from interface:CfnWirelessDeviceImportTaskProps
The Sidewalk-related information of the wireless device import task.- Specified by:
getSidewalk
in interfaceCfnWirelessDeviceImportTaskProps
-
getTags
Description copied from interface:CfnWirelessDeviceImportTaskProps
Adds to or modifies the tags of the given resource.Tags are metadata that you can use to manage a resource.
- Specified by:
getTags
in interfaceCfnWirelessDeviceImportTaskProps
-
$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()
-