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