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 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.- Specified by:
getCustomSqlin interfaceCfnDataSet.PhysicalTableProperty
-
getRelationalTable
Description copied from interface:CfnDataSet.PhysicalTablePropertyA physical table type for relational data sources.- Specified by:
getRelationalTablein interfaceCfnDataSet.PhysicalTableProperty
-
getS3Source
Description copied from interface:CfnDataSet.PhysicalTablePropertyA physical table type for as S3 data source.- Specified by:
getS3Sourcein interfaceCfnDataSet.PhysicalTableProperty
-
$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()
-