Class CfnDataSet.AggregateOperationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSet.AggregateOperationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSet.AggregateOperationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSet.AggregateOperationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSet.AggregateOperationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSet.AggregateOperationProperty
An implementation for
CfnDataSet.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.services.quicksight.CfnDataSet.AggregateOperationProperty
CfnDataSet.AggregateOperationProperty.Builder, CfnDataSet.AggregateOperationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSet.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 theCfnDataSet.AggregateOperationProperty.Builder.
-
-
Method Details
-
getAggregations
Description copied from interface:CfnDataSet.AggregateOperationPropertyThe list of aggregation functions to apply to the grouped data, such asSUM,COUNT, orAVERAGE.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSet.AggregationProperty>- Specified by:
getAggregationsin interfaceCfnDataSet.AggregateOperationProperty- See Also:
-
getAlias
Description copied from interface:CfnDataSet.AggregateOperationPropertyAlias for this operation.- Specified by:
getAliasin interfaceCfnDataSet.AggregateOperationProperty- See Also:
-
getSource
Description copied from interface:CfnDataSet.AggregateOperationPropertyThe source transform operation that provides input data for the aggregation.Returns union: either
IResolvableorCfnDataSet.TransformOperationSourceProperty- Specified by:
getSourcein interfaceCfnDataSet.AggregateOperationProperty- See Also:
-
getGroupByColumnNames
Description copied from interface:CfnDataSet.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 interfaceCfnDataSet.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()
-