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