Class CfnDataSet.AggregationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSet.AggregationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSet.AggregationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSet.AggregationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSet.AggregationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSet.AggregationProperty
An implementation for
CfnDataSet.AggregationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDataSet.AggregationProperty
CfnDataSet.AggregationProperty.Builder, CfnDataSet.AggregationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSet.AggregationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe aggregation function to apply, such asSUM,COUNT,AVERAGE,MIN,MAX.final StringA unique identifier for the new column that will contain the aggregated values.final StringThe name for the new column that will contain the aggregated values.final inthashCode()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 theCfnDataSet.AggregationProperty.Builder.
-
-
Method Details
-
getAggregationFunction
Description copied from interface:CfnDataSet.AggregationPropertyThe aggregation function to apply, such asSUM,COUNT,AVERAGE,MIN,MAX.Returns union: either
IResolvableorCfnDataSet.DataPrepAggregationFunctionProperty- Specified by:
getAggregationFunctionin interfaceCfnDataSet.AggregationProperty- See Also:
-
getNewColumnId
Description copied from interface:CfnDataSet.AggregationPropertyA unique identifier for the new column that will contain the aggregated values.- Specified by:
getNewColumnIdin interfaceCfnDataSet.AggregationProperty- See Also:
-
getNewColumnName
Description copied from interface:CfnDataSet.AggregationPropertyThe name for the new column that will contain the aggregated values.- Specified by:
getNewColumnNamein interfaceCfnDataSet.AggregationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-