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