Class CfnWirelessDeviceImportTask.SidewalkProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotwireless.CfnWirelessDeviceImportTask.SidewalkProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWirelessDeviceImportTask.SidewalkProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWirelessDeviceImportTask.SidewalkProperty
@Stability(Stable)
@Internal
public static final class CfnWirelessDeviceImportTask.SidewalkProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWirelessDeviceImportTask.SidewalkProperty
An implementation for
CfnWirelessDeviceImportTask.SidewalkProperty-
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.CfnWirelessDeviceImportTask.SidewalkProperty
CfnWirelessDeviceImportTask.SidewalkProperty.Builder, CfnWirelessDeviceImportTask.SidewalkProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWirelessDeviceImportTask.SidewalkProperty.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 CSV file contained in an S3 bucket that's used for adding devices to an import task.List of Sidewalk devices that are added to the import task.final StringgetRole()The IAM role that allows to access the CSV file in the S3 bucket.final StringThe Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.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 theCfnWirelessDeviceImportTask.SidewalkProperty.Builder.
-
-
Method Details
-
getDeviceCreationFile
Description copied from interface:CfnWirelessDeviceImportTask.SidewalkPropertyThe CSV file contained in an S3 bucket that's used for adding devices to an import task.- Specified by:
getDeviceCreationFilein interfaceCfnWirelessDeviceImportTask.SidewalkProperty- See Also:
-
getDeviceCreationFileList
Description copied from interface:CfnWirelessDeviceImportTask.SidewalkPropertyList of Sidewalk devices that are added to the import task.- Specified by:
getDeviceCreationFileListin interfaceCfnWirelessDeviceImportTask.SidewalkProperty- See Also:
-
getRole
Description copied from interface:CfnWirelessDeviceImportTask.SidewalkPropertyThe IAM role that allows to access the CSV file in the S3 bucket.- Specified by:
getRolein interfaceCfnWirelessDeviceImportTask.SidewalkProperty- See Also:
-
getSidewalkManufacturingSn
Description copied from interface:CfnWirelessDeviceImportTask.SidewalkPropertyThe Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.- Specified by:
getSidewalkManufacturingSnin interfaceCfnWirelessDeviceImportTask.SidewalkProperty- 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()
-