Class CfnFuotaTaskProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotwireless.CfnFuotaTaskProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFuotaTaskProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFuotaTaskProps
@Stability(Stable)
@Internal
public static final class CfnFuotaTaskProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFuotaTaskProps
An implementation for
CfnFuotaTaskProps
-
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.CfnFuotaTaskProps
CfnFuotaTaskProps.Builder, CfnFuotaTaskProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnFuotaTaskProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFuotaTaskProps.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 ID of the multicast group to associate with a FUOTA task.final String
The ID of the wireless device to associate with a multicast group.final String
The description of the new resource.final String
The ID of the multicast group to disassociate from a FUOTA task.final String
The ID of the wireless device to disassociate from a FUOTA task.final String
The S3 URI points to a firmware update image that is to be used with a FUOTA task.final String
The firmware update role that is to be used with a FUOTA task.final Object
The LoRaWAN information used with a FUOTA task.final String
getName()
The name of a FUOTA task.getTags()
The tags are an array of key-value pairs to attach to the specified 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 theCfnFuotaTaskProps.Builder
.
-
-
Method Details
-
getFirmwareUpdateImage
Description copied from interface:CfnFuotaTaskProps
The S3 URI points to a firmware update image that is to be used with a FUOTA task.- Specified by:
getFirmwareUpdateImage
in interfaceCfnFuotaTaskProps
- See Also:
-
getFirmwareUpdateRole
Description copied from interface:CfnFuotaTaskProps
The firmware update role that is to be used with a FUOTA task.- Specified by:
getFirmwareUpdateRole
in interfaceCfnFuotaTaskProps
- See Also:
-
getLoRaWan
Description copied from interface:CfnFuotaTaskProps
The LoRaWAN information used with a FUOTA task.- Specified by:
getLoRaWan
in interfaceCfnFuotaTaskProps
- See Also:
-
getAssociateMulticastGroup
Description copied from interface:CfnFuotaTaskProps
The ID of the multicast group to associate with a FUOTA task.- Specified by:
getAssociateMulticastGroup
in interfaceCfnFuotaTaskProps
- See Also:
-
getAssociateWirelessDevice
Description copied from interface:CfnFuotaTaskProps
The ID of the wireless device to associate with a multicast group.- Specified by:
getAssociateWirelessDevice
in interfaceCfnFuotaTaskProps
- See Also:
-
getDescription
Description copied from interface:CfnFuotaTaskProps
The description of the new resource.- Specified by:
getDescription
in interfaceCfnFuotaTaskProps
- See Also:
-
getDisassociateMulticastGroup
Description copied from interface:CfnFuotaTaskProps
The ID of the multicast group to disassociate from a FUOTA task.- Specified by:
getDisassociateMulticastGroup
in interfaceCfnFuotaTaskProps
- See Also:
-
getDisassociateWirelessDevice
Description copied from interface:CfnFuotaTaskProps
The ID of the wireless device to disassociate from a FUOTA task.- Specified by:
getDisassociateWirelessDevice
in interfaceCfnFuotaTaskProps
- See Also:
-
getName
Description copied from interface:CfnFuotaTaskProps
The name of a FUOTA task.- Specified by:
getName
in interfaceCfnFuotaTaskProps
- See Also:
-
getTags
Description copied from interface:CfnFuotaTaskProps
The 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:
getTags
in interfaceCfnFuotaTaskProps
- See Also:
-
$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()
-