Class CfnDataSetPropsMixin.CustomSqlProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.CustomSqlProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSetPropsMixin.CustomSqlProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSetPropsMixin.CustomSqlProperty
@Stability(Stable)
@Internal
public static final class CfnDataSetPropsMixin.CustomSqlProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSetPropsMixin.CustomSqlProperty
An implementation for
CfnDataSetPropsMixin.CustomSqlProperty-
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.CustomSqlProperty
CfnDataSetPropsMixin.CustomSqlProperty.Builder, CfnDataSetPropsMixin.CustomSqlProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSetPropsMixin.CustomSqlProperty.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 ObjectThe column schema from the SQL query result set.final StringThe Amazon Resource Name (ARN) of the data source.final StringgetName()A display name for the SQL query result.final StringThe SQL query.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.CustomSqlProperty.Builder.
-
-
Method Details
-
getColumns
Description copied from interface:CfnDataSetPropsMixin.CustomSqlPropertyThe column schema from the SQL query result set.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSetPropsMixin.InputColumnProperty>- Specified by:
getColumnsin interfaceCfnDataSetPropsMixin.CustomSqlProperty- See Also:
-
getDataSourceArn
Description copied from interface:CfnDataSetPropsMixin.CustomSqlPropertyThe Amazon Resource Name (ARN) of the data source.- Specified by:
getDataSourceArnin interfaceCfnDataSetPropsMixin.CustomSqlProperty- See Also:
-
getName
Description copied from interface:CfnDataSetPropsMixin.CustomSqlPropertyA display name for the SQL query result.- Specified by:
getNamein interfaceCfnDataSetPropsMixin.CustomSqlProperty- See Also:
-
getSqlQuery
Description copied from interface:CfnDataSetPropsMixin.CustomSqlPropertyThe SQL query.- Specified by:
getSqlQueryin interfaceCfnDataSetPropsMixin.CustomSqlProperty- 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()
-