Class CfnMulticastGroupMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnMulticastGroupMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMulticastGroupMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMulticastGroupMixinProps
@Stability(Stable)
@Internal
public static final class CfnMulticastGroupMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMulticastGroupMixinProps
An implementation for
CfnMulticastGroupMixinProps-
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.CfnMulticastGroupMixinProps
CfnMulticastGroupMixinProps.Builder, CfnMulticastGroupMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMulticastGroupMixinProps.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 ID of the wireless device to associate with a multicast group.final StringThe description of the multicast group.final StringThe ID of the wireless device to disassociate from a multicast group.final ObjectThe LoRaWAN information that is to be used with the multicast group.final StringgetName()The name of the multicast group.getTags()The tags are an array of key-value pairs to attach to the specified resource.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 theCfnMulticastGroupMixinProps.Builder.
-
-
Method Details
-
getAssociateWirelessDevice
Description copied from interface:CfnMulticastGroupMixinPropsThe ID of the wireless device to associate with a multicast group.- Specified by:
getAssociateWirelessDevicein interfaceCfnMulticastGroupMixinProps- See Also:
-
getDescription
Description copied from interface:CfnMulticastGroupMixinPropsThe description of the multicast group.- Specified by:
getDescriptionin interfaceCfnMulticastGroupMixinProps- See Also:
-
getDisassociateWirelessDevice
Description copied from interface:CfnMulticastGroupMixinPropsThe ID of the wireless device to disassociate from a multicast group.- Specified by:
getDisassociateWirelessDevicein interfaceCfnMulticastGroupMixinProps- See Also:
-
getLoRaWan
Description copied from interface:CfnMulticastGroupMixinPropsThe LoRaWAN information that is to be used with the multicast group.Returns union: either
IResolvableorCfnMulticastGroupPropsMixin.LoRaWANProperty- Specified by:
getLoRaWanin interfaceCfnMulticastGroupMixinProps- See Also:
-
getName
Description copied from interface:CfnMulticastGroupMixinPropsThe name of the multicast group.- Specified by:
getNamein interfaceCfnMulticastGroupMixinProps- See Also:
-
getTags
Description copied from interface:CfnMulticastGroupMixinPropsThe 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 interfaceCfnMulticastGroupMixinProps- 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()
-