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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnTheme.ThemeConfigurationProperty
CfnTheme.ThemeConfigurationProperty.Builder, CfnTheme.ThemeConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTheme.ThemeConfigurationProperty.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 ObjectColor properties that apply to chart data colors.final ObjectgetSheet()Display options related to sheets.final ObjectDetermines the typography options.final ObjectColor properties that apply to the UI and to charts, excluding the colors that apply to data.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 theCfnTheme.ThemeConfigurationProperty.Builder.
-
-
Method Details
-
getDataColorPalette
Description copied from interface:CfnTheme.ThemeConfigurationPropertyColor properties that apply to chart data colors.Returns union: either
IResolvableorCfnTheme.DataColorPaletteProperty- Specified by:
getDataColorPalettein interfaceCfnTheme.ThemeConfigurationProperty- See Also:
-
getSheet
Description copied from interface:CfnTheme.ThemeConfigurationPropertyDisplay options related to sheets.Returns union: either
IResolvableorCfnTheme.SheetStyleProperty- Specified by:
getSheetin interfaceCfnTheme.ThemeConfigurationProperty- See Also:
-
getTypography
Description copied from interface:CfnTheme.ThemeConfigurationPropertyDetermines the typography options.Returns union: either
IResolvableorCfnTheme.TypographyProperty- Specified by:
getTypographyin interfaceCfnTheme.ThemeConfigurationProperty- See Also:
-
getUiColorPalette
Description copied from interface:CfnTheme.ThemeConfigurationPropertyColor properties that apply to the UI and to charts, excluding the colors that apply to data.Returns union: either
IResolvableorCfnTheme.UIColorPaletteProperty- Specified by:
getUiColorPalettein interfaceCfnTheme.ThemeConfigurationProperty- 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()
-