public static final class CfnWirelessGatewayProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWirelessGatewayProps
CfnWirelessGatewayProps
CfnWirelessGatewayProps.Builder, CfnWirelessGatewayProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDescription()
The description of the new resource.
|
java.lang.String |
getLastUplinkReceivedAt()
The date and time when the most recent uplink was received.
|
java.lang.Object |
getLoRaWan()
The gateway configuration information to use to create the wireless gateway.
|
java.lang.String |
getName()
The name of the new resource.
|
java.util.List<CfnTag> |
getTags()
The tags are an array of key-value pairs to attach to the specified resource.
|
java.lang.String |
getThingArn()
The ARN of the thing to associate with the wireless gateway.
|
java.lang.String |
getThingName()
`AWS::IoTWireless::WirelessGateway.ThingName`.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getLoRaWan()
CfnWirelessGatewayProps
getLoRaWan
in interface CfnWirelessGatewayProps
public final java.lang.String getDescription()
CfnWirelessGatewayProps
The maximum length is 2048 characters.
getDescription
in interface CfnWirelessGatewayProps
public final java.lang.String getLastUplinkReceivedAt()
CfnWirelessGatewayProps
getLastUplinkReceivedAt
in interface CfnWirelessGatewayProps
public final java.lang.String getName()
CfnWirelessGatewayProps
getName
in interface CfnWirelessGatewayProps
public final java.util.List<CfnTag> getTags()
CfnWirelessGatewayProps
Tags can have a minimum of 0 and a maximum of 50 items.
getTags
in interface CfnWirelessGatewayProps
public final java.lang.String getThingArn()
CfnWirelessGatewayProps
getThingArn
in interface CfnWirelessGatewayProps
public final java.lang.String getThingName()
CfnWirelessGatewayProps
getThingName
in interface CfnWirelessGatewayProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()