Class CfnWirelessGatewayMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnWirelessGatewayMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWirelessGatewayMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWirelessGatewayMixinProps
@Stability(Stable)
@Internal
public static final class CfnWirelessGatewayMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWirelessGatewayMixinProps
An implementation for
CfnWirelessGatewayMixinProps-
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.cfnpropertymixins.services.iotwireless.CfnWirelessGatewayMixinProps
CfnWirelessGatewayMixinProps.Builder, CfnWirelessGatewayMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWirelessGatewayMixinProps.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 theCfnWirelessGatewayMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnWirelessGatewayMixinPropsThe description of the new resource.The maximum length is 2048 characters.
- Specified by:
getDescriptionin interfaceCfnWirelessGatewayMixinProps- See Also:
-
getLastUplinkReceivedAt
Description copied from interface:CfnWirelessGatewayMixinPropsThe date and time when the most recent uplink was received.- Specified by:
getLastUplinkReceivedAtin interfaceCfnWirelessGatewayMixinProps- See Also:
-
getLoRaWan
Description copied from interface:CfnWirelessGatewayMixinPropsThe gateway configuration information to use to create the wireless gateway.Returns union: either
IResolvableorCfnWirelessGatewayPropsMixin.LoRaWANGatewayProperty- Specified by:
getLoRaWanin interfaceCfnWirelessGatewayMixinProps- See Also:
-
getName
Description copied from interface:CfnWirelessGatewayMixinPropsThe name of the new resource.- Specified by:
getNamein interfaceCfnWirelessGatewayMixinProps- See Also:
-
getTags
Description copied from interface:CfnWirelessGatewayMixinPropsThe 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 interfaceCfnWirelessGatewayMixinProps- See Also:
-
getThingArn
Description copied from interface:CfnWirelessGatewayMixinPropsThe ARN of the thing to associate with the wireless gateway.- Specified by:
getThingArnin interfaceCfnWirelessGatewayMixinProps- See Also:
-
getThingName
Description copied from interface:CfnWirelessGatewayMixinPropsThe 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 interfaceCfnWirelessGatewayMixinProps- 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()
-