Class CfnDataSet.DataPrepAggregationFunctionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSet.DataPrepAggregationFunctionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSet.DataPrepAggregationFunctionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSet.DataPrepAggregationFunctionProperty
@Stability(Stable)
@Internal
public static final class CfnDataSet.DataPrepAggregationFunctionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSet.DataPrepAggregationFunctionProperty
An implementation for
CfnDataSet.DataPrepAggregationFunctionProperty-
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.DataPrepAggregationFunctionProperty
CfnDataSet.DataPrepAggregationFunctionProperty.Builder, CfnDataSet.DataPrepAggregationFunctionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSet.DataPrepAggregationFunctionProperty.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 ObjectA list aggregation function that concatenates values from multiple rows into a single delimited string.final ObjectReturns union: eitherIResolvableorCfnDataSet.DataPrepPercentileAggregationFunctionPropertyfinal ObjectA simple aggregation function such asSUM,COUNT,AVERAGE,MIN,MAX,MEDIAN,VARIANCE, orSTANDARD_DEVIATION.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.DataPrepAggregationFunctionProperty.Builder.
-
-
Method Details
-
getListAggregation
Description copied from interface:CfnDataSet.DataPrepAggregationFunctionPropertyA list aggregation function that concatenates values from multiple rows into a single delimited string.Returns union: either
IResolvableorCfnDataSet.DataPrepListAggregationFunctionProperty- Specified by:
getListAggregationin interfaceCfnDataSet.DataPrepAggregationFunctionProperty- See Also:
-
getPercentileAggregation
Description copied from interface:CfnDataSet.DataPrepAggregationFunctionPropertyReturns union: eitherIResolvableorCfnDataSet.DataPrepPercentileAggregationFunctionProperty- Specified by:
getPercentileAggregationin interfaceCfnDataSet.DataPrepAggregationFunctionProperty- See Also:
-
getSimpleAggregation
Description copied from interface:CfnDataSet.DataPrepAggregationFunctionPropertyA simple aggregation function such asSUM,COUNT,AVERAGE,MIN,MAX,MEDIAN,VARIANCE, orSTANDARD_DEVIATION.Returns union: either
IResolvableorCfnDataSet.DataPrepSimpleAggregationFunctionProperty- Specified by:
getSimpleAggregationin interfaceCfnDataSet.DataPrepAggregationFunctionProperty- 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()
-