Class CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty
An implementation for
CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty-
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.quicksight.CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty
CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty.Builder, CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty.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 ObjectDescribes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.final ObjectDescribes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.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
protected Jsii$Proxy(CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty.Builder.
-
-
Method Details
-
getDynamicCategoryDimensionConfiguration
Description copied from interface:CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationPropertyDescribes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.Returns union: either
IResolvableorCfnTemplatePropsMixin.BodySectionDynamicCategoryDimensionConfigurationProperty- Specified by:
getDynamicCategoryDimensionConfigurationin interfaceCfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty- See Also:
-
getDynamicNumericDimensionConfiguration
Description copied from interface:CfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationPropertyDescribes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.Returns union: either
IResolvableorCfnTemplatePropsMixin.BodySectionDynamicNumericDimensionConfigurationProperty- Specified by:
getDynamicNumericDimensionConfigurationin interfaceCfnTemplatePropsMixin.BodySectionRepeatDimensionConfigurationProperty- 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()
-