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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotwireless.CfnFuotaTaskProps
CfnFuotaTaskProps.Builder, CfnFuotaTaskProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFuotaTaskProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFuotaTaskProps.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 ID of the multicast group to associate with a FUOTA task.final StringThe ID of the wireless device to associate with a multicast group.final StringThe description of the new resource.final StringThe ID of the multicast group to disassociate from a FUOTA task.final StringThe ID of the wireless device to disassociate from a FUOTA task.final StringThe S3 URI points to a firmware update image that is to be used with a FUOTA task.final StringThe firmware update role that is to be used with a FUOTA task.final ObjectThe LoRaWAN information used with a FUOTA task.final StringgetName()The name of a FUOTA task.getTags()The tags are an array of key-value pairs to attach to the specified 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 theCfnFuotaTaskProps.Builder.
-
-
Method Details
-
getFirmwareUpdateImage
Description copied from interface:CfnFuotaTaskPropsThe S3 URI points to a firmware update image that is to be used with a FUOTA task.- Specified by:
getFirmwareUpdateImagein interfaceCfnFuotaTaskProps- See Also:
-
getFirmwareUpdateRole
Description copied from interface:CfnFuotaTaskPropsThe firmware update role that is to be used with a FUOTA task.- Specified by:
getFirmwareUpdateRolein interfaceCfnFuotaTaskProps- See Also:
-
getLoRaWan
Description copied from interface:CfnFuotaTaskPropsThe LoRaWAN information used with a FUOTA task.Returns union: either
IResolvableorCfnFuotaTask.LoRaWANProperty- Specified by:
getLoRaWanin interfaceCfnFuotaTaskProps- See Also:
-
getAssociateMulticastGroup
Description copied from interface:CfnFuotaTaskPropsThe ID of the multicast group to associate with a FUOTA task.- Specified by:
getAssociateMulticastGroupin interfaceCfnFuotaTaskProps- See Also:
-
getAssociateWirelessDevice
Description copied from interface:CfnFuotaTaskPropsThe ID of the wireless device to associate with a multicast group.- Specified by:
getAssociateWirelessDevicein interfaceCfnFuotaTaskProps- See Also:
-
getDescription
Description copied from interface:CfnFuotaTaskPropsThe description of the new resource.- Specified by:
getDescriptionin interfaceCfnFuotaTaskProps- See Also:
-
getDisassociateMulticastGroup
Description copied from interface:CfnFuotaTaskPropsThe ID of the multicast group to disassociate from a FUOTA task.- Specified by:
getDisassociateMulticastGroupin interfaceCfnFuotaTaskProps- See Also:
-
getDisassociateWirelessDevice
Description copied from interface:CfnFuotaTaskPropsThe ID of the wireless device to disassociate from a FUOTA task.- Specified by:
getDisassociateWirelessDevicein interfaceCfnFuotaTaskProps- See Also:
-
getName
Description copied from interface:CfnFuotaTaskPropsThe name of a FUOTA task.- Specified by:
getNamein interfaceCfnFuotaTaskProps- See Also:
-
getTags
Description copied from interface:CfnFuotaTaskPropsThe 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 interfaceCfnFuotaTaskProps- 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()
-