Class CfnDashboard.BodySectionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.BodySectionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.BodySectionConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.BodySectionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.BodySectionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.BodySectionConfigurationProperty
An implementation for
CfnDashboard.BodySectionConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.BodySectionConfigurationProperty
CfnDashboard.BodySectionConfigurationProperty.Builder, CfnDashboard.BodySectionConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.BodySectionConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The configuration of content in a body section.final Object
The configuration of a page break for a section.final String
The unique identifier of a body section.final Object
getStyle()
The style options of a body section.final int
hashCode()
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 theCfnDashboard.BodySectionConfigurationProperty.Builder
.
-
-
Method Details
-
getContent
Description copied from interface:CfnDashboard.BodySectionConfigurationProperty
The configuration of content in a body section.- Specified by:
getContent
in interfaceCfnDashboard.BodySectionConfigurationProperty
-
getSectionId
Description copied from interface:CfnDashboard.BodySectionConfigurationProperty
The unique identifier of a body section.- Specified by:
getSectionId
in interfaceCfnDashboard.BodySectionConfigurationProperty
-
getPageBreakConfiguration
Description copied from interface:CfnDashboard.BodySectionConfigurationProperty
The configuration of a page break for a section.- Specified by:
getPageBreakConfiguration
in interfaceCfnDashboard.BodySectionConfigurationProperty
-
getStyle
Description copied from interface:CfnDashboard.BodySectionConfigurationProperty
The style options of a body section.- Specified by:
getStyle
in interfaceCfnDashboard.BodySectionConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-