Class CfnAnalysis.BoxPlotVisualProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.BoxPlotVisualProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnAnalysis.BoxPlotVisualProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAnalysis.BoxPlotVisualProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.BoxPlotVisualProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.BoxPlotVisualProperty
An implementation for 
CfnAnalysis.BoxPlotVisualProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.BoxPlotVisualPropertyCfnAnalysis.BoxPlotVisualProperty.Builder, CfnAnalysis.BoxPlotVisualProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.BoxPlotVisualProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe list of custom actions that are configured for a visual.final ObjectThe configuration settings of the visual.final ObjectThe column hierarchy that is used during drill-downs and drill-ups.final ObjectThe subtitle that is displayed on the visual.final ObjectgetTitle()The title that is displayed on the visual.final StringThe alt text for the visual.final StringThe unique identifier of a visual.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnAnalysis.BoxPlotVisualProperty.Builder.
 
- 
- 
Method Details- 
getVisualIdDescription copied from interface:CfnAnalysis.BoxPlotVisualPropertyThe unique identifier of a visual.This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.. - Specified by:
- getVisualIdin interface- CfnAnalysis.BoxPlotVisualProperty
- See Also:
 
- 
getActionsDescription copied from interface:CfnAnalysis.BoxPlotVisualPropertyThe list of custom actions that are configured for a visual.Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.VisualCustomActionProperty>- Specified by:
- getActionsin interface- CfnAnalysis.BoxPlotVisualProperty
- See Also:
 
- 
getChartConfigurationDescription copied from interface:CfnAnalysis.BoxPlotVisualPropertyThe configuration settings of the visual.Returns union: either IResolvableorCfnAnalysis.BoxPlotChartConfigurationProperty- Specified by:
- getChartConfigurationin interface- CfnAnalysis.BoxPlotVisualProperty
- See Also:
 
- 
getColumnHierarchiesDescription copied from interface:CfnAnalysis.BoxPlotVisualPropertyThe column hierarchy that is used during drill-downs and drill-ups.Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.ColumnHierarchyProperty>- Specified by:
- getColumnHierarchiesin interface- CfnAnalysis.BoxPlotVisualProperty
- See Also:
 
- 
getSubtitleDescription copied from interface:CfnAnalysis.BoxPlotVisualPropertyThe subtitle that is displayed on the visual.Returns union: either IResolvableorCfnAnalysis.VisualSubtitleLabelOptionsProperty- Specified by:
- getSubtitlein interface- CfnAnalysis.BoxPlotVisualProperty
- See Also:
 
- 
getTitleDescription copied from interface:CfnAnalysis.BoxPlotVisualPropertyThe title that is displayed on the visual.Returns union: either IResolvableorCfnAnalysis.VisualTitleLabelOptionsProperty- Specified by:
- getTitlein interface- CfnAnalysis.BoxPlotVisualProperty
- See Also:
 
- 
getVisualContentAltTextDescription copied from interface:CfnAnalysis.BoxPlotVisualPropertyThe alt text for the visual.- Specified by:
- getVisualContentAltTextin interface- CfnAnalysis.BoxPlotVisualProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-