Class CfnDataSet.PhysicalTableProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSet.PhysicalTableProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSet.PhysicalTableProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSet.PhysicalTableProperty
@Stability(Stable)
@Internal
public static final class CfnDataSet.PhysicalTableProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSet.PhysicalTableProperty
An implementation for
CfnDataSet.PhysicalTableProperty-
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.PhysicalTableProperty
CfnDataSet.PhysicalTableProperty.Builder, CfnDataSet.PhysicalTableProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSet.PhysicalTableProperty.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 ObjectA physical table type built from the results of the custom SQL query.final ObjectA physical table type for relational data sources.final ObjectA physical table type for as S3 data source.final ObjectA physical table type for Software-as-a-Service (SaaS) sources.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.PhysicalTableProperty.Builder.
-
-
Method Details
-
getCustomSql
Description copied from interface:CfnDataSet.PhysicalTablePropertyA physical table type built from the results of the custom SQL query.Returns union: either
IResolvableorCfnDataSet.CustomSqlProperty- Specified by:
getCustomSqlin interfaceCfnDataSet.PhysicalTableProperty- See Also:
-
getRelationalTable
Description copied from interface:CfnDataSet.PhysicalTablePropertyA physical table type for relational data sources.Returns union: either
IResolvableorCfnDataSet.RelationalTableProperty- Specified by:
getRelationalTablein interfaceCfnDataSet.PhysicalTableProperty- See Also:
-
getS3Source
Description copied from interface:CfnDataSet.PhysicalTablePropertyA physical table type for as S3 data source.Returns union: either
IResolvableorCfnDataSet.S3SourceProperty- Specified by:
getS3Sourcein interfaceCfnDataSet.PhysicalTableProperty- See Also:
-
getSaaSTable
Description copied from interface:CfnDataSet.PhysicalTablePropertyA physical table type for Software-as-a-Service (SaaS) sources.Returns union: either
IResolvableorCfnDataSet.SaaSTableProperty- Specified by:
getSaaSTablein interfaceCfnDataSet.PhysicalTableProperty- 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()
-