Class CfnDatabase.DatabaseIdentifierProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnDatabase.DatabaseIdentifierProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDatabase.DatabaseIdentifierProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDatabase.DatabaseIdentifierProperty
@Stability(Stable)
@Internal
public static final class CfnDatabase.DatabaseIdentifierProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDatabase.DatabaseIdentifierProperty
An implementation for
CfnDatabase.DatabaseIdentifierProperty
-
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.glue.CfnDatabase.DatabaseIdentifierProperty
CfnDatabase.DatabaseIdentifierProperty.Builder, CfnDatabase.DatabaseIdentifierProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDatabase.DatabaseIdentifierProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnDatabase.DatabaseIdentifierProperty.Builder
.
-
-
Method Details
-
getCatalogId
Description copied from interface:CfnDatabase.DatabaseIdentifierProperty
The ID of the Data Catalog in which the database resides.- Specified by:
getCatalogId
in interfaceCfnDatabase.DatabaseIdentifierProperty
- See Also:
-
getDatabaseName
Description copied from interface:CfnDatabase.DatabaseIdentifierProperty
The name of the catalog database.- Specified by:
getDatabaseName
in interfaceCfnDatabase.DatabaseIdentifierProperty
- See Also:
-
getRegion
Description copied from interface:CfnDatabase.DatabaseIdentifierProperty
The Region of the database.- Specified by:
getRegion
in interfaceCfnDatabase.DatabaseIdentifierProperty
- 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()
-