Class GlueCatalogTableStorageDescriptorSchemaReference.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableStorageDescriptorSchemaReference.Jsii$Proxy
-
- All Implemented Interfaces:
GlueCatalogTableStorageDescriptorSchemaReference,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GlueCatalogTableStorageDescriptorSchemaReference
@Stability(Stable) @Internal public static final class GlueCatalogTableStorageDescriptorSchemaReference.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GlueCatalogTableStorageDescriptorSchemaReference
An implementation forGlueCatalogTableStorageDescriptorSchemaReference
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableStorageDescriptorSchemaReference
GlueCatalogTableStorageDescriptorSchemaReference.Builder, GlueCatalogTableStorageDescriptorSchemaReference.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GlueCatalogTableStorageDescriptorSchemaReference.Builder builder)Constructor that initializes the object based on literal property values passed by theGlueCatalogTableStorageDescriptorSchemaReference.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)GlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdgetSchemaId()schema_id block.StringgetSchemaVersionId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#schema_version_id GlueCatalogTable#schema_version_id}.NumbergetSchemaVersionNumber()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#schema_version_number GlueCatalogTable#schema_version_number}.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(GlueCatalogTableStorageDescriptorSchemaReference.Builder builder)
Constructor that initializes the object based on literal property values passed by theGlueCatalogTableStorageDescriptorSchemaReference.Builder.
-
-
Method Detail
-
getSchemaVersionNumber
public final Number getSchemaVersionNumber()
Description copied from interface:GlueCatalogTableStorageDescriptorSchemaReferenceDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#schema_version_number GlueCatalogTable#schema_version_number}.- Specified by:
getSchemaVersionNumberin interfaceGlueCatalogTableStorageDescriptorSchemaReference
-
getSchemaId
public final GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId getSchemaId()
Description copied from interface:GlueCatalogTableStorageDescriptorSchemaReferenceschema_id block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#schema_id GlueCatalogTable#schema_id}
- Specified by:
getSchemaIdin interfaceGlueCatalogTableStorageDescriptorSchemaReference
-
getSchemaVersionId
public final String getSchemaVersionId()
Description copied from interface:GlueCatalogTableStorageDescriptorSchemaReferenceDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#schema_version_id GlueCatalogTable#schema_version_id}.- Specified by:
getSchemaVersionIdin interfaceGlueCatalogTableStorageDescriptorSchemaReference
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-