Class CfnMulticastGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotwireless.CfnMulticastGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMulticastGroupProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMulticastGroupProps
@Stability(Stable)
@Internal
public static final class CfnMulticastGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMulticastGroupProps
An implementation for
CfnMulticastGroupProps
-
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.CfnMulticastGroupProps
CfnMulticastGroupProps.Builder, CfnMulticastGroupProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnMulticastGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMulticastGroupProps.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 ID of the wireless device to associate with a multicast group.final String
The description of the multicast group.final String
The ID of the wireless device to disassociate from a multicast group.final Object
The LoRaWAN information that is to be used with the multicast group.final String
getName()
The name of the multicast group.getTags()
The tags are an array of key-value pairs to attach to the specified resource.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 theCfnMulticastGroupProps.Builder
.
-
-
Method Details
-
getLoRaWan
Description copied from interface:CfnMulticastGroupProps
The LoRaWAN information that is to be used with the multicast group.- Specified by:
getLoRaWan
in interfaceCfnMulticastGroupProps
- See Also:
-
getAssociateWirelessDevice
Description copied from interface:CfnMulticastGroupProps
The ID of the wireless device to associate with a multicast group.- Specified by:
getAssociateWirelessDevice
in interfaceCfnMulticastGroupProps
- See Also:
-
getDescription
Description copied from interface:CfnMulticastGroupProps
The description of the multicast group.- Specified by:
getDescription
in interfaceCfnMulticastGroupProps
- See Also:
-
getDisassociateWirelessDevice
Description copied from interface:CfnMulticastGroupProps
The ID of the wireless device to disassociate from a multicast group.- Specified by:
getDisassociateWirelessDevice
in interfaceCfnMulticastGroupProps
- See Also:
-
getName
Description copied from interface:CfnMulticastGroupProps
The name of the multicast group.- Specified by:
getName
in interfaceCfnMulticastGroupProps
- See Also:
-
getTags
Description copied from interface:CfnMulticastGroupProps
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 interfaceCfnMulticastGroupProps
- 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()
-