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