Class CfnDataSetPropsMixin.InputColumnProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.InputColumnProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSetPropsMixin.InputColumnProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSetPropsMixin.InputColumnProperty
@Stability(Stable)
@Internal
public static final class CfnDataSetPropsMixin.InputColumnProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSetPropsMixin.InputColumnProperty
An implementation for
CfnDataSetPropsMixin.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.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.InputColumnProperty
CfnDataSetPropsMixin.InputColumnProperty.Builder, CfnDataSetPropsMixin.InputColumnProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSetPropsMixin.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 theCfnDataSetPropsMixin.InputColumnProperty.Builder.
-
-
Method Details
-
getId
Description copied from interface:CfnDataSetPropsMixin.InputColumnPropertyA unique identifier for the input column.- Specified by:
getIdin interfaceCfnDataSetPropsMixin.InputColumnProperty- See Also:
-
getName
Description copied from interface:CfnDataSetPropsMixin.InputColumnPropertyThe name of this column in the underlying data source.- Specified by:
getNamein interfaceCfnDataSetPropsMixin.InputColumnProperty- See Also:
-
getSubType
Description copied from interface:CfnDataSetPropsMixin.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 interfaceCfnDataSetPropsMixin.InputColumnProperty- See Also:
-
getType
Description copied from interface:CfnDataSetPropsMixin.InputColumnPropertyThe data type of the column.- Specified by:
getTypein interfaceCfnDataSetPropsMixin.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()
-