Class CfnDataSet.InputColumnProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSet.InputColumnProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSet.InputColumnProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSet.InputColumnProperty
@Stability(Stable)
@Internal
public static final class CfnDataSet.InputColumnProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSet.InputColumnProperty
An implementation for
CfnDataSet.InputColumnProperty-
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.InputColumnProperty
CfnDataSet.InputColumnProperty.Builder, CfnDataSet.InputColumnProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSet.InputColumnProperty.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 StringgetId()A unique identifier for the input column.final StringgetName()The name of this column in the underlying data source.final StringThe sub data type of the column.final StringgetType()The data type of the 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.InputColumnProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnDataSet.InputColumnPropertyThe name of this column in the underlying data source.- Specified by:
getNamein interfaceCfnDataSet.InputColumnProperty- See Also:
-
getType
Description copied from interface:CfnDataSet.InputColumnPropertyThe data type of the column.- Specified by:
getTypein interfaceCfnDataSet.InputColumnProperty- See Also:
-
getId
Description copied from interface:CfnDataSet.InputColumnPropertyA unique identifier for the input column.- Specified by:
getIdin interfaceCfnDataSet.InputColumnProperty- See Also:
-
getSubType
Description copied from interface:CfnDataSet.InputColumnPropertyThe sub data type of the column.Sub types are only available for decimal columns that are part of a SPICE dataset.
- Specified by:
getSubTypein interfaceCfnDataSet.InputColumnProperty- 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()
-