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