Class CfnDashboard.ContributionAnalysisDefaultProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.ContributionAnalysisDefaultProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.ContributionAnalysisDefaultProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.ContributionAnalysisDefaultProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.ContributionAnalysisDefaultProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.ContributionAnalysisDefaultProperty
An implementation for
CfnDashboard.ContributionAnalysisDefaultProperty
-
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.CfnDashboard.ContributionAnalysisDefaultProperty
CfnDashboard.ContributionAnalysisDefaultProperty.Builder, CfnDashboard.ContributionAnalysisDefaultProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.ContributionAnalysisDefaultProperty.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
The dimensions columns that are used in the contribution analysis, usually a list ofColumnIdentifiers
.final String
The measure field that is used in the contribution analysis.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 theCfnDashboard.ContributionAnalysisDefaultProperty.Builder
.
-
-
Method Details
-
getContributorDimensions
Description copied from interface:CfnDashboard.ContributionAnalysisDefaultProperty
The dimensions columns that are used in the contribution analysis, usually a list ofColumnIdentifiers
.- Specified by:
getContributorDimensions
in interfaceCfnDashboard.ContributionAnalysisDefaultProperty
- See Also:
-
getMeasureFieldId
Description copied from interface:CfnDashboard.ContributionAnalysisDefaultProperty
The measure field that is used in the contribution analysis.- Specified by:
getMeasureFieldId
in interfaceCfnDashboard.ContributionAnalysisDefaultProperty
- 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()
-