Class CfnWirelessGatewayProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotwireless.CfnWirelessGatewayProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWirelessGatewayProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnWirelessGatewayProps
@Stability(Stable)
@Internal
public static final class CfnWirelessGatewayProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWirelessGatewayProps
An implementation for
CfnWirelessGatewayProps
-
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.CfnWirelessGatewayProps
CfnWirelessGatewayProps.Builder, CfnWirelessGatewayProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWirelessGatewayProps.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 description of the new resource.final String
The date and time when the most recent uplink was received.final Object
The gateway configuration information to use to create the wireless gateway.final String
getName()
The name of the new resource.getTags()
The tags are an array of key-value pairs to attach to the specified resource.final String
The ARN of the thing to associate with the wireless gateway.final String
The name of the thing associated with the wireless gateway.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 theCfnWirelessGatewayProps.Builder
.
-
-
Method Details
-
getLoRaWan
Description copied from interface:CfnWirelessGatewayProps
The gateway configuration information to use to create the wireless gateway.- Specified by:
getLoRaWan
in interfaceCfnWirelessGatewayProps
-
getDescription
Description copied from interface:CfnWirelessGatewayProps
The description of the new resource.The maximum length is 2048 characters.
- Specified by:
getDescription
in interfaceCfnWirelessGatewayProps
-
getLastUplinkReceivedAt
Description copied from interface:CfnWirelessGatewayProps
The date and time when the most recent uplink was received.- Specified by:
getLastUplinkReceivedAt
in interfaceCfnWirelessGatewayProps
-
getName
Description copied from interface:CfnWirelessGatewayProps
The name of the new resource.- Specified by:
getName
in interfaceCfnWirelessGatewayProps
-
getTags
Description copied from interface:CfnWirelessGatewayProps
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 interfaceCfnWirelessGatewayProps
-
getThingArn
Description copied from interface:CfnWirelessGatewayProps
The ARN of the thing to associate with the wireless gateway.- Specified by:
getThingArn
in interfaceCfnWirelessGatewayProps
-
getThingName
Description copied from interface:CfnWirelessGatewayProps
The name of the thing associated with the wireless gateway.The value is empty if a thing isn't associated with the gateway.
- Specified by:
getThingName
in interfaceCfnWirelessGatewayProps
-
$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()
-