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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.GeospatialCategoricalColorProperty
CfnAnalysis.GeospatialCategoricalColorProperty.Builder, CfnAnalysis.GeospatialCategoricalColorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.GeospatialCategoricalColorProperty.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 categorical data colors for each category.final NumberThe default opacity of a categorical color.final ObjectThe null data visualization settings.final StringThe state of visibility for null data.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.GeospatialCategoricalColorProperty.Builder.
-
-
Method Details
-
getCategoryDataColors
Description copied from interface:CfnAnalysis.GeospatialCategoricalColorPropertyA list of categorical data colors for each category.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.GeospatialCategoricalDataColorProperty>- Specified by:
getCategoryDataColorsin interfaceCfnAnalysis.GeospatialCategoricalColorProperty- See Also:
-
getDefaultOpacity
Description copied from interface:CfnAnalysis.GeospatialCategoricalColorPropertyThe default opacity of a categorical color.- Specified by:
getDefaultOpacityin interfaceCfnAnalysis.GeospatialCategoricalColorProperty- See Also:
-
getNullDataSettings
Description copied from interface:CfnAnalysis.GeospatialCategoricalColorPropertyThe null data visualization settings.Returns union: either
IResolvableorCfnAnalysis.GeospatialNullDataSettingsProperty- Specified by:
getNullDataSettingsin interfaceCfnAnalysis.GeospatialCategoricalColorProperty- See Also:
-
getNullDataVisibility
Description copied from interface:CfnAnalysis.GeospatialCategoricalColorPropertyThe state of visibility for null data.- Specified by:
getNullDataVisibilityin interfaceCfnAnalysis.GeospatialCategoricalColorProperty- 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()
-