Class CfnMitigationAction.AddThingsToThingGroupParamsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnMitigationAction.AddThingsToThingGroupParamsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMitigationAction.AddThingsToThingGroupParamsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnMitigationAction.AddThingsToThingGroupParamsProperty
@Stability(Stable)
@Internal
public static final class CfnMitigationAction.AddThingsToThingGroupParamsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMitigationAction.AddThingsToThingGroupParamsProperty
An implementation for
CfnMitigationAction.AddThingsToThingGroupParamsProperty-
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.CfnMitigationAction.AddThingsToThingGroupParamsProperty
CfnMitigationAction.AddThingsToThingGroupParamsProperty.Builder, CfnMitigationAction.AddThingsToThingGroupParamsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMitigationAction.AddThingsToThingGroupParamsProperty.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 ObjectSpecifies if this mitigation action can move the things that triggered the mitigation action even if they are part of one or more dynamic thing groups.The list of groups to which you want to add the things that triggered the mitigation action.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 theCfnMitigationAction.AddThingsToThingGroupParamsProperty.Builder.
-
-
Method Details
-
getThingGroupNames
Description copied from interface:CfnMitigationAction.AddThingsToThingGroupParamsPropertyThe list of groups to which you want to add the things that triggered the mitigation action.You can add a thing to a maximum of 10 groups, but you can't add a thing to more than one group in the same hierarchy.
- Specified by:
getThingGroupNamesin interfaceCfnMitigationAction.AddThingsToThingGroupParamsProperty
-
getOverrideDynamicGroups
Description copied from interface:CfnMitigationAction.AddThingsToThingGroupParamsPropertySpecifies if this mitigation action can move the things that triggered the mitigation action even if they are part of one or more dynamic thing groups.- Specified by:
getOverrideDynamicGroupsin interfaceCfnMitigationAction.AddThingsToThingGroupParamsProperty
-
$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()
-