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