Class CfnDataSetPropsMixin.AggregateOperationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.AggregateOperationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSetPropsMixin.AggregateOperationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSetPropsMixin.AggregateOperationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSetPropsMixin.AggregateOperationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSetPropsMixin.AggregateOperationProperty
An implementation for
CfnDataSetPropsMixin.AggregateOperationProperty-
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.AggregateOperationProperty
CfnDataSetPropsMixin.AggregateOperationProperty.Builder, CfnDataSetPropsMixin.AggregateOperationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSetPropsMixin.AggregateOperationProperty.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 list of aggregation functions to apply to the grouped data, such asSUM,COUNT, orAVERAGE.final StringgetAlias()Alias for this operation.The list of column names to group by when performing the aggregation.final ObjectThe source transform operation that provides input data for the aggregation.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.AggregateOperationProperty.Builder.
-
-
Method Details
-
getAggregations
Description copied from interface:CfnDataSetPropsMixin.AggregateOperationPropertyThe list of aggregation functions to apply to the grouped data, such asSUM,COUNT, orAVERAGE.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSetPropsMixin.AggregationProperty>- Specified by:
getAggregationsin interfaceCfnDataSetPropsMixin.AggregateOperationProperty- See Also:
-
getAlias
Description copied from interface:CfnDataSetPropsMixin.AggregateOperationPropertyAlias for this operation.- Specified by:
getAliasin interfaceCfnDataSetPropsMixin.AggregateOperationProperty- See Also:
-
getGroupByColumnNames
Description copied from interface:CfnDataSetPropsMixin.AggregateOperationPropertyThe list of column names to group by when performing the aggregation.Rows with the same values in these columns will be grouped together.
- Specified by:
getGroupByColumnNamesin interfaceCfnDataSetPropsMixin.AggregateOperationProperty- See Also:
-
getSource
Description copied from interface:CfnDataSetPropsMixin.AggregateOperationPropertyThe source transform operation that provides input data for the aggregation.Returns union: either
IResolvableorCfnDataSetPropsMixin.TransformOperationSourceProperty- Specified by:
getSourcein interfaceCfnDataSetPropsMixin.AggregateOperationProperty- 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()
-