Class CfnDimensionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnDimensionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDimensionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDimensionProps
@Stability(Stable)
@Internal
public static final class CfnDimensionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDimensionProps
An implementation for
CfnDimensionProps-
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.CfnDimensionProps
CfnDimensionProps.Builder, CfnDimensionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDimensionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDimensionProps.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 theCfnDimensionProps.Builder.
-
-
Method Details
-
getStringValues
Description copied from interface:CfnDimensionPropsSpecifies 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 interfaceCfnDimensionProps- See Also:
-
getType
Description copied from interface:CfnDimensionPropsSpecifies the type of dimension.Supported types:
TOPIC_FILTER.- Specified by:
getTypein interfaceCfnDimensionProps- See Also:
-
getName
Description copied from interface:CfnDimensionPropsA unique identifier for the dimension.- Specified by:
getNamein interfaceCfnDimensionProps- See Also:
-
getTags
Description copied from interface:CfnDimensionPropsMetadata that can be used to manage the dimension.- Specified by:
getTagsin interfaceCfnDimensionProps- 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()
-