Class GlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.180Z") @Stability(Stable) public class GlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description GlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedGlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedGlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdgetInternalValue()StringgetRegistryName()StringgetRegistryNameInput()StringgetSchemaArn()StringgetSchemaArnInput()StringgetSchemaName()StringgetSchemaNameInput()voidresetRegistryName()voidresetSchemaArn()voidresetSchemaName()voidsetInternalValue(GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId value)voidsetRegistryName(String value)voidsetSchemaArn(String value)voidsetSchemaName(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
GlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdOutputReference
protected GlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
GlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdOutputReference
protected GlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
GlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdOutputReference
@Stability(Stable) public GlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
resetRegistryName
@Stability(Stable) public void resetRegistryName()
-
resetSchemaArn
@Stability(Stable) public void resetSchemaArn()
-
resetSchemaName
@Stability(Stable) public void resetSchemaName()
-
getRegistryNameInput
@Stability(Stable) @Nullable public String getRegistryNameInput()
-
getSchemaArnInput
@Stability(Stable) @Nullable public String getSchemaArnInput()
-
getSchemaNameInput
@Stability(Stable) @Nullable public String getSchemaNameInput()
-
getRegistryName
@Stability(Stable) @NotNull public String getRegistryName()
-
setRegistryName
@Stability(Stable) public void setRegistryName(@NotNull String value)
-
getSchemaArn
@Stability(Stable) @NotNull public String getSchemaArn()
-
setSchemaArn
@Stability(Stable) public void setSchemaArn(@NotNull String value)
-
getSchemaName
@Stability(Stable) @NotNull public String getSchemaName()
-
setSchemaName
@Stability(Stable) public void setSchemaName(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId value)
-
-