Class CfnAnalysis.CustomContentVisualProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.CustomContentVisualProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.CustomContentVisualProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.CustomContentVisualProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.CustomContentVisualProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.CustomContentVisualProperty
An implementation for
CfnAnalysis.CustomContentVisualProperty
-
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.CfnAnalysis.CustomContentVisualProperty
CfnAnalysis.CustomContentVisualProperty.Builder, CfnAnalysis.CustomContentVisualProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.CustomContentVisualProperty.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 list of custom actions that are configured for a visual.final Object
The configuration of aCustomContentVisual
.final String
The dataset that is used to create the custom content visual.final Object
The subtitle that is displayed on the visual.final Object
getTitle()
The title that is displayed on the visual.final String
final String
The unique identifier of a visual.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 theCfnAnalysis.CustomContentVisualProperty.Builder
.
-
-
Method Details
-
getDataSetIdentifier
Description copied from interface:CfnAnalysis.CustomContentVisualProperty
The dataset that is used to create the custom content visual.You can't create a visual without a dataset.
- Specified by:
getDataSetIdentifier
in interfaceCfnAnalysis.CustomContentVisualProperty
- See Also:
-
getVisualId
Description copied from interface:CfnAnalysis.CustomContentVisualProperty
The 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:
getVisualId
in interfaceCfnAnalysis.CustomContentVisualProperty
- See Also:
-
getActions
Description copied from interface:CfnAnalysis.CustomContentVisualProperty
The list of custom actions that are configured for a visual.- Specified by:
getActions
in interfaceCfnAnalysis.CustomContentVisualProperty
- See Also:
-
getChartConfiguration
Description copied from interface:CfnAnalysis.CustomContentVisualProperty
The configuration of aCustomContentVisual
.- Specified by:
getChartConfiguration
in interfaceCfnAnalysis.CustomContentVisualProperty
- See Also:
-
getSubtitle
Description copied from interface:CfnAnalysis.CustomContentVisualProperty
The subtitle that is displayed on the visual.- Specified by:
getSubtitle
in interfaceCfnAnalysis.CustomContentVisualProperty
- See Also:
-
getTitle
Description copied from interface:CfnAnalysis.CustomContentVisualProperty
The title that is displayed on the visual.- Specified by:
getTitle
in interfaceCfnAnalysis.CustomContentVisualProperty
- See Also:
-
getVisualContentAltText
- Specified by:
getVisualContentAltText
in interfaceCfnAnalysis.CustomContentVisualProperty
- See Also:
-
$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()
-