Class CfnDashboard.LayerMapVisualProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.LayerMapVisualProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.LayerMapVisualProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.LayerMapVisualProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.LayerMapVisualProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.LayerMapVisualProperty
An implementation for
CfnDashboard.LayerMapVisualProperty-
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.LayerMapVisualProperty
CfnDashboard.LayerMapVisualProperty.Builder, CfnDashboard.LayerMapVisualProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.LayerMapVisualProperty.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 configuration settings of the visual.final StringThe dataset that is used to create the layer map visual.final Objectfinal ObjectgetTitle()final StringThe alt text for the visual.final StringThe ID of the 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 theCfnDashboard.LayerMapVisualProperty.Builder.
-
-
Method Details
-
getDataSetIdentifier
Description copied from interface:CfnDashboard.LayerMapVisualPropertyThe dataset that is used to create the layer map visual.You can't create a visual without a dataset.
- Specified by:
getDataSetIdentifierin interfaceCfnDashboard.LayerMapVisualProperty- See Also:
-
getVisualId
Description copied from interface:CfnDashboard.LayerMapVisualPropertyThe ID of the visual.- Specified by:
getVisualIdin interfaceCfnDashboard.LayerMapVisualProperty- See Also:
-
getChartConfiguration
Description copied from interface:CfnDashboard.LayerMapVisualPropertyThe configuration settings of the visual.- Specified by:
getChartConfigurationin interfaceCfnDashboard.LayerMapVisualProperty- See Also:
-
getSubtitle
- Specified by:
getSubtitlein interfaceCfnDashboard.LayerMapVisualProperty- See Also:
-
getTitle
- Specified by:
getTitlein interfaceCfnDashboard.LayerMapVisualProperty- See Also:
-
getVisualContentAltText
Description copied from interface:CfnDashboard.LayerMapVisualPropertyThe alt text for the visual.- Specified by:
getVisualContentAltTextin interfaceCfnDashboard.LayerMapVisualProperty- 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()
-