Class CfnDataSetPropsMixin.PivotOperationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.PivotOperationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSetPropsMixin.PivotOperationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSetPropsMixin.PivotOperationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSetPropsMixin.PivotOperationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSetPropsMixin.PivotOperationProperty
An implementation for
CfnDataSetPropsMixin.PivotOperationProperty-
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.PivotOperationProperty
CfnDataSetPropsMixin.PivotOperationProperty.Builder, CfnDataSetPropsMixin.PivotOperationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSetPropsMixin.PivotOperationProperty.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 StringgetAlias()Alias for this operation.The list of column names to group by when performing the pivot operation.final ObjectConfiguration that specifies which labels to pivot and how to structure the resulting columns.final ObjectThe source transform operation that provides input data for pivoting.final ObjectConfiguration for how to aggregate values when multiple rows map to the same pivoted column.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.PivotOperationProperty.Builder.
-
-
Method Details
-
getAlias
Description copied from interface:CfnDataSetPropsMixin.PivotOperationPropertyAlias for this operation.- Specified by:
getAliasin interfaceCfnDataSetPropsMixin.PivotOperationProperty- See Also:
-
getGroupByColumnNames
Description copied from interface:CfnDataSetPropsMixin.PivotOperationPropertyThe list of column names to group by when performing the pivot operation.- Specified by:
getGroupByColumnNamesin interfaceCfnDataSetPropsMixin.PivotOperationProperty- See Also:
-
getPivotConfiguration
Description copied from interface:CfnDataSetPropsMixin.PivotOperationPropertyConfiguration that specifies which labels to pivot and how to structure the resulting columns.Returns union: either
IResolvableorCfnDataSetPropsMixin.PivotConfigurationProperty- Specified by:
getPivotConfigurationin interfaceCfnDataSetPropsMixin.PivotOperationProperty- See Also:
-
getSource
Description copied from interface:CfnDataSetPropsMixin.PivotOperationPropertyThe source transform operation that provides input data for pivoting.Returns union: either
IResolvableorCfnDataSetPropsMixin.TransformOperationSourceProperty- Specified by:
getSourcein interfaceCfnDataSetPropsMixin.PivotOperationProperty- See Also:
-
getValueColumnConfiguration
Description copied from interface:CfnDataSetPropsMixin.PivotOperationPropertyConfiguration for how to aggregate values when multiple rows map to the same pivoted column.Returns union: either
IResolvableorCfnDataSetPropsMixin.ValueColumnConfigurationProperty- Specified by:
getValueColumnConfigurationin interfaceCfnDataSetPropsMixin.PivotOperationProperty- 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()
-