Class CfnDataSetPropsMixin.UnpivotOperationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.UnpivotOperationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSetPropsMixin.UnpivotOperationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSetPropsMixin.UnpivotOperationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSetPropsMixin.UnpivotOperationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSetPropsMixin.UnpivotOperationProperty
An implementation for
CfnDataSetPropsMixin.UnpivotOperationProperty-
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.UnpivotOperationProperty
CfnDataSetPropsMixin.UnpivotOperationProperty.Builder, CfnDataSetPropsMixin.UnpivotOperationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSetPropsMixin.UnpivotOperationProperty.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.final ObjectThe list of columns to unpivot from the source data.final ObjectThe source transform operation that provides input data for unpivoting.final StringA unique identifier for the new column that will contain the unpivoted column names.final StringThe name for the new column that will contain the unpivoted column names.final StringA unique identifier for the new column that will contain the unpivoted values.final StringThe name for the new column that will contain the unpivoted values.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.UnpivotOperationProperty.Builder.
-
-
Method Details
-
getAlias
Description copied from interface:CfnDataSetPropsMixin.UnpivotOperationPropertyAlias for this operation.- Specified by:
getAliasin interfaceCfnDataSetPropsMixin.UnpivotOperationProperty- See Also:
-
getColumnsToUnpivot
Description copied from interface:CfnDataSetPropsMixin.UnpivotOperationPropertyThe list of columns to unpivot from the source data.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSetPropsMixin.ColumnToUnpivotProperty>- Specified by:
getColumnsToUnpivotin interfaceCfnDataSetPropsMixin.UnpivotOperationProperty- See Also:
-
getSource
Description copied from interface:CfnDataSetPropsMixin.UnpivotOperationPropertyThe source transform operation that provides input data for unpivoting.Returns union: either
IResolvableorCfnDataSetPropsMixin.TransformOperationSourceProperty- Specified by:
getSourcein interfaceCfnDataSetPropsMixin.UnpivotOperationProperty- See Also:
-
getUnpivotedLabelColumnId
Description copied from interface:CfnDataSetPropsMixin.UnpivotOperationPropertyA unique identifier for the new column that will contain the unpivoted column names.- Specified by:
getUnpivotedLabelColumnIdin interfaceCfnDataSetPropsMixin.UnpivotOperationProperty- See Also:
-
getUnpivotedLabelColumnName
Description copied from interface:CfnDataSetPropsMixin.UnpivotOperationPropertyThe name for the new column that will contain the unpivoted column names.- Specified by:
getUnpivotedLabelColumnNamein interfaceCfnDataSetPropsMixin.UnpivotOperationProperty- See Also:
-
getUnpivotedValueColumnId
Description copied from interface:CfnDataSetPropsMixin.UnpivotOperationPropertyA unique identifier for the new column that will contain the unpivoted values.- Specified by:
getUnpivotedValueColumnIdin interfaceCfnDataSetPropsMixin.UnpivotOperationProperty- See Also:
-
getUnpivotedValueColumnName
Description copied from interface:CfnDataSetPropsMixin.UnpivotOperationPropertyThe name for the new column that will contain the unpivoted values.- Specified by:
getUnpivotedValueColumnNamein interfaceCfnDataSetPropsMixin.UnpivotOperationProperty- 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()
-