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