Class CfnDataSet.ColumnToUnpivotProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSet.ColumnToUnpivotProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSet.ColumnToUnpivotProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSet.ColumnToUnpivotProperty
@Stability(Stable)
@Internal
public static final class CfnDataSet.ColumnToUnpivotProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSet.ColumnToUnpivotProperty
An implementation for
CfnDataSet.ColumnToUnpivotProperty-
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.ColumnToUnpivotProperty
CfnDataSet.ColumnToUnpivotProperty.Builder, CfnDataSet.ColumnToUnpivotProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSet.ColumnToUnpivotProperty.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 StringThe name of the column to unpivot from the source data.final StringThe value to assign to this column in the unpivoted result, typically the column name or a descriptive label.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.ColumnToUnpivotProperty.Builder.
-
-
Method Details
-
getColumnName
Description copied from interface:CfnDataSet.ColumnToUnpivotPropertyThe name of the column to unpivot from the source data.- Specified by:
getColumnNamein interfaceCfnDataSet.ColumnToUnpivotProperty- See Also:
-
getNewValue
Description copied from interface:CfnDataSet.ColumnToUnpivotPropertyThe value to assign to this column in the unpivoted result, typically the column name or a descriptive label.- Specified by:
getNewValuein interfaceCfnDataSet.ColumnToUnpivotProperty- 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()
-