Class CfnSchemaVersion.SchemaProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnSchemaVersion.SchemaProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSchemaVersion.SchemaProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSchemaVersion.SchemaProperty
@Stability(Stable)
@Internal
public static final class CfnSchemaVersion.SchemaProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSchemaVersion.SchemaProperty
An implementation for
CfnSchemaVersion.SchemaProperty
-
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.CfnSchemaVersion.SchemaProperty
CfnSchemaVersion.SchemaProperty.Builder, CfnSchemaVersion.SchemaProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSchemaVersion.SchemaProperty.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 theCfnSchemaVersion.SchemaProperty.Builder
.
-
-
Method Details
-
getRegistryName
Description copied from interface:CfnSchemaVersion.SchemaProperty
The name of the registry where the schema is stored.Either
SchemaArn
, orSchemaName
andRegistryName
has to be provided.- Specified by:
getRegistryName
in interfaceCfnSchemaVersion.SchemaProperty
- See Also:
-
getSchemaArn
Description copied from interface:CfnSchemaVersion.SchemaProperty
The Amazon Resource Name (ARN) of the schema.Either
SchemaArn
, orSchemaName
andRegistryName
has to be provided.- Specified by:
getSchemaArn
in interfaceCfnSchemaVersion.SchemaProperty
- See Also:
-
getSchemaName
Description copied from interface:CfnSchemaVersion.SchemaProperty
The name of the schema.Either
SchemaArn
, orSchemaName
andRegistryName
has to be provided.- Specified by:
getSchemaName
in interfaceCfnSchemaVersion.SchemaProperty
- 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()
-