Class CfnAnalysis.GeospatialMapVisualProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.GeospatialMapVisualProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.GeospatialMapVisualProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.GeospatialMapVisualProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.GeospatialMapVisualProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.GeospatialMapVisualProperty
An implementation for
CfnAnalysis.GeospatialMapVisualProperty
-
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.GeospatialMapVisualProperty
CfnAnalysis.GeospatialMapVisualProperty.Builder, CfnAnalysis.GeospatialMapVisualProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.GeospatialMapVisualProperty.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 settings of the visual.final Object
The column hierarchy that is used during drill-downs and drill-ups.final Object
The subtitle that is displayed on the visual.final Object
getTitle()
The title that is displayed on the visual.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.GeospatialMapVisualProperty.Builder
.
-
-
Method Details
-
getVisualId
Description copied from interface:CfnAnalysis.GeospatialMapVisualProperty
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.GeospatialMapVisualProperty
-
getActions
Description copied from interface:CfnAnalysis.GeospatialMapVisualProperty
The list of custom actions that are configured for a visual.- Specified by:
getActions
in interfaceCfnAnalysis.GeospatialMapVisualProperty
-
getChartConfiguration
Description copied from interface:CfnAnalysis.GeospatialMapVisualProperty
The configuration settings of the visual.- Specified by:
getChartConfiguration
in interfaceCfnAnalysis.GeospatialMapVisualProperty
-
getColumnHierarchies
Description copied from interface:CfnAnalysis.GeospatialMapVisualProperty
The column hierarchy that is used during drill-downs and drill-ups.- Specified by:
getColumnHierarchies
in interfaceCfnAnalysis.GeospatialMapVisualProperty
-
getSubtitle
Description copied from interface:CfnAnalysis.GeospatialMapVisualProperty
The subtitle that is displayed on the visual.- Specified by:
getSubtitle
in interfaceCfnAnalysis.GeospatialMapVisualProperty
-
getTitle
Description copied from interface:CfnAnalysis.GeospatialMapVisualProperty
The title that is displayed on the visual.- Specified by:
getTitle
in interfaceCfnAnalysis.GeospatialMapVisualProperty
-
$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()
-