Class CfnThingGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnThingGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnThingGroupProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnThingGroupProps
@Stability(Stable)
@Internal
public static final class CfnThingGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnThingGroupProps
An implementation for
CfnThingGroupProps
-
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.iot.CfnThingGroupProps
CfnThingGroupProps.Builder, CfnThingGroupProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnThingGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnThingGroupProps.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 parent thing group name.final String
The dynamic thing group search query string.getTags()
Metadata which can be used to manage the thing group or dynamic thing group.final String
The thing group name.final Object
Thing group properties.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 theCfnThingGroupProps.Builder
.
-
-
Method Details
-
getParentGroupName
Description copied from interface:CfnThingGroupProps
The parent thing group name.A Dynamic Thing Group does not have
parentGroupName
defined.- Specified by:
getParentGroupName
in interfaceCfnThingGroupProps
-
getQueryString
Description copied from interface:CfnThingGroupProps
The dynamic thing group search query string.The
queryString
attribute is required forCreateDynamicThingGroup
. ThequeryString
attribute is not required forCreateThingGroup
.- Specified by:
getQueryString
in interfaceCfnThingGroupProps
-
getTags
Description copied from interface:CfnThingGroupProps
Metadata which can be used to manage the thing group or dynamic thing group.- Specified by:
getTags
in interfaceCfnThingGroupProps
-
getThingGroupName
Description copied from interface:CfnThingGroupProps
The thing group name.- Specified by:
getThingGroupName
in interfaceCfnThingGroupProps
-
getThingGroupProperties
Description copied from interface:CfnThingGroupProps
Thing group properties.- Specified by:
getThingGroupProperties
in interfaceCfnThingGroupProps
-
$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()
-