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