Class CfnTemplate.CustomContentVisualProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.CustomContentVisualProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.CustomContentVisualProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.CustomContentVisualProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.CustomContentVisualProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.CustomContentVisualProperty
An implementation for
CfnTemplate.CustomContentVisualProperty-
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.CfnTemplate.CustomContentVisualProperty
CfnTemplate.CustomContentVisualProperty.Builder, CfnTemplate.CustomContentVisualProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.CustomContentVisualProperty.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 ObjectThe list of custom actions that are configured for a visual.final ObjectThe configuration of aCustomContentVisual.final StringThe dataset that is used to create the custom content visual.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.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 theCfnTemplate.CustomContentVisualProperty.Builder.
-
-
Method Details
-
getDataSetIdentifier
Description copied from interface:CfnTemplate.CustomContentVisualPropertyThe dataset that is used to create the custom content visual.You can't create a visual without a dataset.
- Specified by:
getDataSetIdentifierin interfaceCfnTemplate.CustomContentVisualProperty- See Also:
-
getVisualId
Description copied from interface:CfnTemplate.CustomContentVisualPropertyThe 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 interfaceCfnTemplate.CustomContentVisualProperty- See Also:
-
getActions
Description copied from interface:CfnTemplate.CustomContentVisualPropertyThe list of custom actions that are configured for a visual.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.VisualCustomActionProperty>- Specified by:
getActionsin interfaceCfnTemplate.CustomContentVisualProperty- See Also:
-
getChartConfiguration
Description copied from interface:CfnTemplate.CustomContentVisualPropertyThe configuration of aCustomContentVisual.Returns union: either
IResolvableorCfnTemplate.CustomContentConfigurationProperty- Specified by:
getChartConfigurationin interfaceCfnTemplate.CustomContentVisualProperty- See Also:
-
getSubtitle
Description copied from interface:CfnTemplate.CustomContentVisualPropertyThe subtitle that is displayed on the visual.Returns union: either
IResolvableorCfnTemplate.VisualSubtitleLabelOptionsProperty- Specified by:
getSubtitlein interfaceCfnTemplate.CustomContentVisualProperty- See Also:
-
getTitle
Description copied from interface:CfnTemplate.CustomContentVisualPropertyThe title that is displayed on the visual.Returns union: either
IResolvableorCfnTemplate.VisualTitleLabelOptionsProperty- Specified by:
getTitlein interfaceCfnTemplate.CustomContentVisualProperty- See Also:
-
getVisualContentAltText
Description copied from interface:CfnTemplate.CustomContentVisualPropertyThe alt text for the visual.- Specified by:
getVisualContentAltTextin interfaceCfnTemplate.CustomContentVisualProperty- 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()
-