Class CfnTemplate.BodySectionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.BodySectionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.BodySectionConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.BodySectionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.BodySectionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.BodySectionConfigurationProperty
An implementation for
CfnTemplate.BodySectionConfigurationProperty-
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.quicksight.CfnTemplate.BodySectionConfigurationProperty
CfnTemplate.BodySectionConfigurationProperty.Builder, CfnTemplate.BodySectionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.BodySectionConfigurationProperty.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 ObjectThe configuration of content in a body section.final ObjectThe configuration of a page break for a section.final ObjectDescribes the configurations that are required to declare a section as repeating.final StringThe unique identifier of a body section.final ObjectgetStyle()The style options of a body 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
Constructor that initializes the object based on literal property values passed by theCfnTemplate.BodySectionConfigurationProperty.Builder.
-
-
Method Details
-
getContent
Description copied from interface:CfnTemplate.BodySectionConfigurationPropertyThe configuration of content in a body section.Returns union: either
IResolvableorCfnTemplate.BodySectionContentProperty- Specified by:
getContentin interfaceCfnTemplate.BodySectionConfigurationProperty- See Also:
-
getSectionId
Description copied from interface:CfnTemplate.BodySectionConfigurationPropertyThe unique identifier of a body section.- Specified by:
getSectionIdin interfaceCfnTemplate.BodySectionConfigurationProperty- See Also:
-
getPageBreakConfiguration
Description copied from interface:CfnTemplate.BodySectionConfigurationPropertyThe configuration of a page break for a section.Returns union: either
IResolvableorCfnTemplate.SectionPageBreakConfigurationProperty- Specified by:
getPageBreakConfigurationin interfaceCfnTemplate.BodySectionConfigurationProperty- See Also:
-
getRepeatConfiguration
Description copied from interface:CfnTemplate.BodySectionConfigurationPropertyDescribes the configurations that are required to declare a section as repeating.Returns union: either
IResolvableorCfnTemplate.BodySectionRepeatConfigurationProperty- Specified by:
getRepeatConfigurationin interfaceCfnTemplate.BodySectionConfigurationProperty- See Also:
-
getStyle
Description copied from interface:CfnTemplate.BodySectionConfigurationPropertyThe style options of a body section.Returns union: either
IResolvableorCfnTemplate.SectionStyleProperty- Specified by:
getStylein interfaceCfnTemplate.BodySectionConfigurationProperty- 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()
-