Class CfnDimensionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnDimensionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDimensionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDimensionMixinProps
@Stability(Stable)
@Internal
public static final class CfnDimensionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDimensionMixinProps
An implementation for
CfnDimensionMixinProps-
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.iot.CfnDimensionMixinProps
CfnDimensionMixinProps.Builder, CfnDimensionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDimensionMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDimensionMixinProps.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 StringgetName()A unique identifier for the dimension.Specifies the value or list of values for the dimension.getTags()Metadata that can be used to manage the dimension.final StringgetType()Specifies the type of dimension.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 theCfnDimensionMixinProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnDimensionMixinPropsA unique identifier for the dimension.- Specified by:
getNamein interfaceCfnDimensionMixinProps- See Also:
-
getStringValues
Description copied from interface:CfnDimensionMixinPropsSpecifies the value or list of values for the dimension.For
TOPIC_FILTERdimensions, this is a pattern used to match the MQTT topic (for example, "admin/#").- Specified by:
getStringValuesin interfaceCfnDimensionMixinProps- See Also:
-
getTags
Description copied from interface:CfnDimensionMixinPropsMetadata that can be used to manage the dimension.- Specified by:
getTagsin interfaceCfnDimensionMixinProps- See Also:
-
getType
Description copied from interface:CfnDimensionMixinPropsSpecifies the type of dimension.Supported types:
TOPIC_FILTER.- Specified by:
getTypein interfaceCfnDimensionMixinProps- 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()
-