Class CfnConfiguredTable.TableReferenceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnConfiguredTable.TableReferenceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConfiguredTable.TableReferenceProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfiguredTable.TableReferenceProperty
@Stability(Stable)
@Internal
public static final class CfnConfiguredTable.TableReferenceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfiguredTable.TableReferenceProperty
An implementation for
CfnConfiguredTable.TableReferenceProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cleanrooms.CfnConfiguredTable.TableReferenceProperty
CfnConfiguredTable.TableReferenceProperty.Builder, CfnConfiguredTable.TableReferenceProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfiguredTable.TableReferenceProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
If present, a reference to the Athena table referred to by this table reference.final Object
getGlue()
If present, a reference to the AWS Glue table referred to by this table reference.final Object
If present, a reference to the Snowflake table referred to by this table reference.final int
hashCode()
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 theCfnConfiguredTable.TableReferenceProperty.Builder
.
-
-
Method Details
-
getAthena
Description copied from interface:CfnConfiguredTable.TableReferenceProperty
If present, a reference to the Athena table referred to by this table reference.- Specified by:
getAthena
in interfaceCfnConfiguredTable.TableReferenceProperty
- See Also:
-
getGlue
Description copied from interface:CfnConfiguredTable.TableReferenceProperty
If present, a reference to the AWS Glue table referred to by this table reference.- Specified by:
getGlue
in interfaceCfnConfiguredTable.TableReferenceProperty
- See Also:
-
getSnowflake
Description copied from interface:CfnConfiguredTable.TableReferenceProperty
If present, a reference to the Snowflake table referred to by this table reference.- Specified by:
getSnowflake
in interfaceCfnConfiguredTable.TableReferenceProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-