Class CfnAnalysis.GeospatialCategoricalColorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.GeospatialCategoricalColorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.GeospatialCategoricalColorProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.GeospatialCategoricalColorProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.GeospatialCategoricalColorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.GeospatialCategoricalColorProperty
An implementation for
CfnAnalysis.GeospatialCategoricalColorProperty
-
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.GeospatialCategoricalColorProperty
CfnAnalysis.GeospatialCategoricalColorProperty.Builder, CfnAnalysis.GeospatialCategoricalColorProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.GeospatialCategoricalColorProperty.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
A list of categorical data colors for each category.final Number
The default opacity of a categorical color.final Object
The null data visualization settings.final String
The state of visibility for null data.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.GeospatialCategoricalColorProperty.Builder
.
-
-
Method Details
-
getCategoryDataColors
Description copied from interface:CfnAnalysis.GeospatialCategoricalColorProperty
A list of categorical data colors for each category.- Specified by:
getCategoryDataColors
in interfaceCfnAnalysis.GeospatialCategoricalColorProperty
- See Also:
-
getDefaultOpacity
Description copied from interface:CfnAnalysis.GeospatialCategoricalColorProperty
The default opacity of a categorical color.- Specified by:
getDefaultOpacity
in interfaceCfnAnalysis.GeospatialCategoricalColorProperty
- See Also:
-
getNullDataSettings
Description copied from interface:CfnAnalysis.GeospatialCategoricalColorProperty
The null data visualization settings.- Specified by:
getNullDataSettings
in interfaceCfnAnalysis.GeospatialCategoricalColorProperty
- See Also:
-
getNullDataVisibility
Description copied from interface:CfnAnalysis.GeospatialCategoricalColorProperty
The state of visibility for null data.- Specified by:
getNullDataVisibility
in interfaceCfnAnalysis.GeospatialCategoricalColorProperty
- See Also:
-
$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()
-