Class CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotwireless.CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty
@Stability(Stable)
@Internal
public static final class CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty
An implementation for
CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty
-
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.CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty
CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Builder, CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.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 Object
The version of the gateways that should receive the update.final Number
The CRC of the signature private key to check.final String
The signature used to verify the update firmware.final Object
The firmware version to update the gateway to.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 theCfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Builder
.
-
-
Method Details
-
getCurrentVersion
Description copied from interface:CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty
The version of the gateways that should receive the update.- Specified by:
getCurrentVersion
in interfaceCfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty
- See Also:
-
getSigKeyCrc
Description copied from interface:CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty
The CRC of the signature private key to check.- Specified by:
getSigKeyCrc
in interfaceCfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty
- See Also:
-
getUpdateSignature
Description copied from interface:CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty
The signature used to verify the update firmware.- Specified by:
getUpdateSignature
in interfaceCfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty
- See Also:
-
getUpdateVersion
Description copied from interface:CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty
The firmware version to update the gateway to.- Specified by:
getUpdateVersion
in interfaceCfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty
- 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()
-