Class CfnDashboard.GeospatialLayerItemProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.GeospatialLayerItemProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.GeospatialLayerItemProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.GeospatialLayerItemProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.GeospatialLayerItemProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.GeospatialLayerItemProperty
An implementation for
CfnDashboard.GeospatialLayerItemProperty-
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.GeospatialLayerItemProperty
CfnDashboard.GeospatialLayerItemProperty.Builder, CfnDashboard.GeospatialLayerItemProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.GeospatialLayerItemProperty.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 list of custom actions for a layer.final ObjectThe data source for the layer.final ObjectThe join definition properties for a layer.final StringgetLabel()The label that is displayed for the layer.final ObjectThe definition properties for a layer.final StringThe ID of the layer.final StringThe layer type.final ObjectReturns union: eitherIResolvableorCfnDashboard.TooltipOptionsPropertyfinal StringThe state of visibility for the layer.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.GeospatialLayerItemProperty.Builder.
-
-
Method Details
-
getLayerId
Description copied from interface:CfnDashboard.GeospatialLayerItemPropertyThe ID of the layer.- Specified by:
getLayerIdin interfaceCfnDashboard.GeospatialLayerItemProperty- See Also:
-
getActions
Description copied from interface:CfnDashboard.GeospatialLayerItemPropertyA list of custom actions for a layer.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.LayerCustomActionProperty>- Specified by:
getActionsin interfaceCfnDashboard.GeospatialLayerItemProperty- See Also:
-
getDataSource
Description copied from interface:CfnDashboard.GeospatialLayerItemPropertyThe data source for the layer.Returns union: either
IResolvableorCfnDashboard.GeospatialDataSourceItemProperty- Specified by:
getDataSourcein interfaceCfnDashboard.GeospatialLayerItemProperty- See Also:
-
getJoinDefinition
Description copied from interface:CfnDashboard.GeospatialLayerItemPropertyThe join definition properties for a layer.Returns union: either
IResolvableorCfnDashboard.GeospatialLayerJoinDefinitionProperty- Specified by:
getJoinDefinitionin interfaceCfnDashboard.GeospatialLayerItemProperty- See Also:
-
getLabel
Description copied from interface:CfnDashboard.GeospatialLayerItemPropertyThe label that is displayed for the layer.- Specified by:
getLabelin interfaceCfnDashboard.GeospatialLayerItemProperty- See Also:
-
getLayerDefinition
Description copied from interface:CfnDashboard.GeospatialLayerItemPropertyThe definition properties for a layer.Returns union: either
IResolvableorCfnDashboard.GeospatialLayerDefinitionProperty- Specified by:
getLayerDefinitionin interfaceCfnDashboard.GeospatialLayerItemProperty- See Also:
-
getLayerType
Description copied from interface:CfnDashboard.GeospatialLayerItemPropertyThe layer type.- Specified by:
getLayerTypein interfaceCfnDashboard.GeospatialLayerItemProperty- See Also:
-
getTooltip
Description copied from interface:CfnDashboard.GeospatialLayerItemPropertyReturns union: eitherIResolvableorCfnDashboard.TooltipOptionsProperty- Specified by:
getTooltipin interfaceCfnDashboard.GeospatialLayerItemProperty- See Also:
-
getVisibility
Description copied from interface:CfnDashboard.GeospatialLayerItemPropertyThe state of visibility for the layer.- Specified by:
getVisibilityin interfaceCfnDashboard.GeospatialLayerItemProperty- 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()
-