Class CfnDataSetPropsMixin.OutputColumnProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.OutputColumnProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSetPropsMixin.OutputColumnProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSetPropsMixin.OutputColumnProperty
@Stability(Stable)
@Internal
public static final class CfnDataSetPropsMixin.OutputColumnProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSetPropsMixin.OutputColumnProperty
An implementation for
CfnDataSetPropsMixin.OutputColumnProperty-
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.OutputColumnProperty
CfnDataSetPropsMixin.OutputColumnProperty.Builder, CfnDataSetPropsMixin.OutputColumnProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSetPropsMixin.OutputColumnProperty.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 StringA description for a column.final StringgetId()A unique identifier for the output column.final StringgetName()The display name of the column..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.OutputColumnProperty.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnDataSetPropsMixin.OutputColumnPropertyA description for a column.- Specified by:
getDescriptionin interfaceCfnDataSetPropsMixin.OutputColumnProperty- See Also:
-
getId
Description copied from interface:CfnDataSetPropsMixin.OutputColumnPropertyA unique identifier for the output column.- Specified by:
getIdin interfaceCfnDataSetPropsMixin.OutputColumnProperty- See Also:
-
getName
Description copied from interface:CfnDataSetPropsMixin.OutputColumnPropertyThe display name of the column..- Specified by:
getNamein interfaceCfnDataSetPropsMixin.OutputColumnProperty- See Also:
-
getSubType
Description copied from interface:CfnDataSetPropsMixin.OutputColumnPropertyThe sub data type of the column.- Specified by:
getSubTypein interfaceCfnDataSetPropsMixin.OutputColumnProperty- See Also:
-
getType
Description copied from interface:CfnDataSetPropsMixin.OutputColumnPropertyThe data type of the column.- Specified by:
getTypein interfaceCfnDataSetPropsMixin.OutputColumnProperty- 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()
-