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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotwireless.CfnWirelessGatewayProps
CfnWirelessGatewayProps.Builder, CfnWirelessGatewayProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWirelessGatewayProps.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 description of the new resource.final StringThe date and time when the most recent uplink was received.final ObjectThe gateway configuration information to use to create the wireless gateway.final StringgetName()The name of the new resource.getTags()The tags are an array of key-value pairs to attach to the specified resource.final StringThe ARN of the thing to associate with the wireless gateway.final StringThe name of the thing associated with the wireless gateway.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 theCfnWirelessGatewayProps.Builder.
-
-
Method Details
-
getLoRaWan
Description copied from interface:CfnWirelessGatewayPropsThe gateway configuration information to use to create the wireless gateway.Returns union: either
IResolvableorCfnWirelessGateway.LoRaWANGatewayProperty- Specified by:
getLoRaWanin interfaceCfnWirelessGatewayProps- See Also:
-
getDescription
Description copied from interface:CfnWirelessGatewayPropsThe description of the new resource.The maximum length is 2048 characters.
- Specified by:
getDescriptionin interfaceCfnWirelessGatewayProps- See Also:
-
getLastUplinkReceivedAt
Description copied from interface:CfnWirelessGatewayPropsThe date and time when the most recent uplink was received.- Specified by:
getLastUplinkReceivedAtin interfaceCfnWirelessGatewayProps- See Also:
-
getName
Description copied from interface:CfnWirelessGatewayPropsThe name of the new resource.- Specified by:
getNamein interfaceCfnWirelessGatewayProps- See Also:
-
getTags
Description copied from interface:CfnWirelessGatewayPropsThe 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 interfaceCfnWirelessGatewayProps- See Also:
-
getThingArn
Description copied from interface:CfnWirelessGatewayPropsThe ARN of the thing to associate with the wireless gateway.- Specified by:
getThingArnin interfaceCfnWirelessGatewayProps- See Also:
-
getThingName
Description copied from interface:CfnWirelessGatewayPropsThe name of the thing associated with the wireless gateway.The value is empty if a thing isn't associated with the gateway.
- Specified by:
getThingNamein interfaceCfnWirelessGatewayProps- 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()
-