Class CfnDashboard.PluginVisualProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.PluginVisualProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.PluginVisualProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.PluginVisualProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.PluginVisualProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.PluginVisualProperty
An implementation for
CfnDashboard.PluginVisualProperty-
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.CfnDashboard.PluginVisualProperty
CfnDashboard.PluginVisualProperty.Builder, CfnDashboard.PluginVisualProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.PluginVisualProperty.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 ObjectA description of the plugin field wells and their persisted properties.final StringThe Amazon Resource Name (ARN) that reflects the plugin and version.final ObjectReturns union: eitherIResolvableorCfnDashboard.VisualSubtitleLabelOptionsPropertyfinal ObjectgetTitle()Returns union: eitherIResolvableorCfnDashboard.VisualTitleLabelOptionsPropertyfinal StringThe alt text for the visual.final StringThe ID of the visual that you want to use.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 theCfnDashboard.PluginVisualProperty.Builder.
-
-
Method Details
-
getPluginArn
Description copied from interface:CfnDashboard.PluginVisualPropertyThe Amazon Resource Name (ARN) that reflects the plugin and version.- Specified by:
getPluginArnin interfaceCfnDashboard.PluginVisualProperty- See Also:
-
getVisualId
Description copied from interface:CfnDashboard.PluginVisualPropertyThe ID of the visual that you want to use.- Specified by:
getVisualIdin interfaceCfnDashboard.PluginVisualProperty- See Also:
-
getChartConfiguration
Description copied from interface:CfnDashboard.PluginVisualPropertyA description of the plugin field wells and their persisted properties.Returns union: either
IResolvableorCfnDashboard.PluginVisualConfigurationProperty- Specified by:
getChartConfigurationin interfaceCfnDashboard.PluginVisualProperty- See Also:
-
getSubtitle
Description copied from interface:CfnDashboard.PluginVisualPropertyReturns union: eitherIResolvableorCfnDashboard.VisualSubtitleLabelOptionsProperty- Specified by:
getSubtitlein interfaceCfnDashboard.PluginVisualProperty- See Also:
-
getTitle
Description copied from interface:CfnDashboard.PluginVisualPropertyReturns union: eitherIResolvableorCfnDashboard.VisualTitleLabelOptionsProperty- Specified by:
getTitlein interfaceCfnDashboard.PluginVisualProperty- See Also:
-
getVisualContentAltText
Description copied from interface:CfnDashboard.PluginVisualPropertyThe alt text for the visual.- Specified by:
getVisualContentAltTextin interfaceCfnDashboard.PluginVisualProperty- 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()
-