Class CfnTablePropsMixin.TableIdentifierProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnTablePropsMixin.TableIdentifierProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTablePropsMixin.TableIdentifierProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTablePropsMixin.TableIdentifierProperty
@Stability(Stable)
@Internal
public static final class CfnTablePropsMixin.TableIdentifierProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTablePropsMixin.TableIdentifierProperty
An implementation for
CfnTablePropsMixin.TableIdentifierProperty-
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.glue.CfnTablePropsMixin.TableIdentifierProperty
CfnTablePropsMixin.TableIdentifierProperty.Builder, CfnTablePropsMixin.TableIdentifierProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTablePropsMixin.TableIdentifierProperty.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 StringThe ID of the Data Catalog in which the table resides.final StringThe name of the catalog database that contains the target table.final StringgetName()The name of the target table.final StringThe Region of the table.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 theCfnTablePropsMixin.TableIdentifierProperty.Builder.
-
-
Method Details
-
getCatalogId
Description copied from interface:CfnTablePropsMixin.TableIdentifierPropertyThe ID of the Data Catalog in which the table resides.- Specified by:
getCatalogIdin interfaceCfnTablePropsMixin.TableIdentifierProperty- See Also:
-
getDatabaseName
Description copied from interface:CfnTablePropsMixin.TableIdentifierPropertyThe name of the catalog database that contains the target table.- Specified by:
getDatabaseNamein interfaceCfnTablePropsMixin.TableIdentifierProperty- See Also:
-
getName
Description copied from interface:CfnTablePropsMixin.TableIdentifierPropertyThe name of the target table.- Specified by:
getNamein interfaceCfnTablePropsMixin.TableIdentifierProperty- See Also:
-
getRegion
Description copied from interface:CfnTablePropsMixin.TableIdentifierPropertyThe Region of the table.- Specified by:
getRegionin interfaceCfnTablePropsMixin.TableIdentifierProperty- 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()
-