Class CfnAnalysis.NumericalMeasureFieldProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.NumericalMeasureFieldProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.NumericalMeasureFieldProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAnalysis.NumericalMeasureFieldProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.NumericalMeasureFieldProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.NumericalMeasureFieldProperty
An implementation for
CfnAnalysis.NumericalMeasureFieldProperty
-
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.NumericalMeasureFieldProperty
CfnAnalysis.NumericalMeasureFieldProperty.Builder, CfnAnalysis.NumericalMeasureFieldProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.NumericalMeasureFieldProperty.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 aggregation function of the measure field.final Object
The column that is used in theNumericalMeasureField
.final String
The custom field ID.final Object
The format configuration of the field.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.NumericalMeasureFieldProperty.Builder
.
-
-
Method Details
-
getColumn
Description copied from interface:CfnAnalysis.NumericalMeasureFieldProperty
The column that is used in theNumericalMeasureField
.- Specified by:
getColumn
in interfaceCfnAnalysis.NumericalMeasureFieldProperty
-
getFieldId
Description copied from interface:CfnAnalysis.NumericalMeasureFieldProperty
The custom field ID.- Specified by:
getFieldId
in interfaceCfnAnalysis.NumericalMeasureFieldProperty
-
getAggregationFunction
Description copied from interface:CfnAnalysis.NumericalMeasureFieldProperty
The aggregation function of the measure field.- Specified by:
getAggregationFunction
in interfaceCfnAnalysis.NumericalMeasureFieldProperty
-
getFormatConfiguration
Description copied from interface:CfnAnalysis.NumericalMeasureFieldProperty
The format configuration of the field.- Specified by:
getFormatConfiguration
in interfaceCfnAnalysis.NumericalMeasureFieldProperty
-
$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()
-