Class GlueCatalogTablePartitionKeys.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTablePartitionKeys.Jsii$Proxy
-
- All Implemented Interfaces:
GlueCatalogTablePartitionKeys,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GlueCatalogTablePartitionKeys
@Stability(Stable) @Internal public static final class GlueCatalogTablePartitionKeys.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GlueCatalogTablePartitionKeys
An implementation forGlueCatalogTablePartitionKeys
-
-
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.GlueCatalogTablePartitionKeys
GlueCatalogTablePartitionKeys.Builder, GlueCatalogTablePartitionKeys.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GlueCatalogTablePartitionKeys.Builder builder)Constructor that initializes the object based on literal property values passed by theGlueCatalogTablePartitionKeys.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)StringgetComment()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#comment GlueCatalogTable#comment}.StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#name GlueCatalogTable#name}.StringgetType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#type GlueCatalogTable#type}.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(GlueCatalogTablePartitionKeys.Builder builder)
Constructor that initializes the object based on literal property values passed by theGlueCatalogTablePartitionKeys.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:GlueCatalogTablePartitionKeysDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#name GlueCatalogTable#name}.- Specified by:
getNamein interfaceGlueCatalogTablePartitionKeys
-
getComment
public final String getComment()
Description copied from interface:GlueCatalogTablePartitionKeysDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#comment GlueCatalogTable#comment}.- Specified by:
getCommentin interfaceGlueCatalogTablePartitionKeys
-
getType
public final String getType()
Description copied from interface:GlueCatalogTablePartitionKeysDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#type GlueCatalogTable#type}.- Specified by:
getTypein interfaceGlueCatalogTablePartitionKeys
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-