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