Class CfnTheme.ThemeConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTheme.ThemeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTheme.ThemeConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTheme.ThemeConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnTheme.ThemeConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTheme.ThemeConfigurationProperty
An implementation for
CfnTheme.ThemeConfigurationProperty
-
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.CfnTheme.ThemeConfigurationProperty
CfnTheme.ThemeConfigurationProperty.Builder, CfnTheme.ThemeConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTheme.ThemeConfigurationProperty.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
Color properties that apply to chart data colors.final Object
getSheet()
Display options related to sheets.final Object
CfnTheme.ThemeConfigurationProperty.Typography
.final Object
Color properties that apply to the UI and to charts, excluding the colors that apply to data.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 theCfnTheme.ThemeConfigurationProperty.Builder
.
-
-
Method Details
-
getDataColorPalette
Description copied from interface:CfnTheme.ThemeConfigurationProperty
Color properties that apply to chart data colors.- Specified by:
getDataColorPalette
in interfaceCfnTheme.ThemeConfigurationProperty
-
getSheet
Description copied from interface:CfnTheme.ThemeConfigurationProperty
Display options related to sheets.- Specified by:
getSheet
in interfaceCfnTheme.ThemeConfigurationProperty
-
getTypography
Description copied from interface:CfnTheme.ThemeConfigurationProperty
CfnTheme.ThemeConfigurationProperty.Typography
.- Specified by:
getTypography
in interfaceCfnTheme.ThemeConfigurationProperty
-
getUiColorPalette
Description copied from interface:CfnTheme.ThemeConfigurationProperty
Color properties that apply to the UI and to charts, excluding the colors that apply to data.- Specified by:
getUiColorPalette
in interfaceCfnTheme.ThemeConfigurationProperty
-
$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()
-