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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnThingGroupProps
CfnThingGroupProps.Builder, CfnThingGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnThingGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnThingGroupProps.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 parent thing group name.final StringThe dynamic thing group search query string.getTags()Metadata which can be used to manage the thing group or dynamic thing group.final StringThe thing group name.final ObjectThing group properties.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 theCfnThingGroupProps.Builder.
-
-
Method Details
-
getParentGroupName
Description copied from interface:CfnThingGroupPropsThe parent thing group name.A Dynamic Thing Group does not have
parentGroupNamedefined.- Specified by:
getParentGroupNamein interfaceCfnThingGroupProps- See Also:
-
getQueryString
Description copied from interface:CfnThingGroupPropsThe dynamic thing group search query string.The
queryStringattribute is required forCreateDynamicThingGroup. ThequeryStringattribute is not required forCreateThingGroup.- Specified by:
getQueryStringin interfaceCfnThingGroupProps- See Also:
-
getTags
Description copied from interface:CfnThingGroupPropsMetadata which can be used to manage the thing group or dynamic thing group.- Specified by:
getTagsin interfaceCfnThingGroupProps- See Also:
-
getThingGroupName
Description copied from interface:CfnThingGroupPropsThe thing group name.- Specified by:
getThingGroupNamein interfaceCfnThingGroupProps- See Also:
-
getThingGroupProperties
Description copied from interface:CfnThingGroupPropsThing group properties.Returns union: either
IResolvableorCfnThingGroup.ThingGroupPropertiesProperty- Specified by:
getThingGroupPropertiesin interfaceCfnThingGroupProps- 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()
-