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