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