Class CfnDashboard.GeospatialGradientColorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.GeospatialGradientColorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.GeospatialGradientColorProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.GeospatialGradientColorProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.GeospatialGradientColorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.GeospatialGradientColorProperty
An implementation for
CfnDashboard.GeospatialGradientColorProperty-
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.GeospatialGradientColorProperty
CfnDashboard.GeospatialGradientColorProperty.Builder, CfnDashboard.GeospatialGradientColorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.GeospatialGradientColorProperty.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 NumberThe default opacity for the gradient color.final ObjectThe null data visualization settings.final StringThe state of visibility for null data.final ObjectA list of gradient step colors for the gradient.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.GeospatialGradientColorProperty.Builder.
-
-
Method Details
-
getStepColors
Description copied from interface:CfnDashboard.GeospatialGradientColorPropertyA list of gradient step colors for the gradient.- Specified by:
getStepColorsin interfaceCfnDashboard.GeospatialGradientColorProperty- See Also:
-
getDefaultOpacity
Description copied from interface:CfnDashboard.GeospatialGradientColorPropertyThe default opacity for the gradient color.- Specified by:
getDefaultOpacityin interfaceCfnDashboard.GeospatialGradientColorProperty- See Also:
-
getNullDataSettings
Description copied from interface:CfnDashboard.GeospatialGradientColorPropertyThe null data visualization settings.- Specified by:
getNullDataSettingsin interfaceCfnDashboard.GeospatialGradientColorProperty- See Also:
-
getNullDataVisibility
Description copied from interface:CfnDashboard.GeospatialGradientColorPropertyThe state of visibility for null data.- Specified by:
getNullDataVisibilityin interfaceCfnDashboard.GeospatialGradientColorProperty- 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()
-