Class DataCatalogTagTemplateFields.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_catalog_tag_template.DataCatalogTagTemplateFields.Jsii$Proxy
-
- All Implemented Interfaces:
DataCatalogTagTemplateFields,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataCatalogTagTemplateFields
@Stability(Stable) @Internal public static final class DataCatalogTagTemplateFields.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataCatalogTagTemplateFields
An implementation forDataCatalogTagTemplateFields
-
-
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.google.data_catalog_tag_template.DataCatalogTagTemplateFields
DataCatalogTagTemplateFields.Builder, DataCatalogTagTemplateFields.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataCatalogTagTemplateFields.Builder builder)Constructor that initializes the object based on literal property values passed by theDataCatalogTagTemplateFields.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)StringgetDescription()A description for this field.StringgetDisplayName()The display name for this field.StringgetFieldId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#field_id DataCatalogTagTemplate#field_id}.ObjectgetIsRequired()Whether this is a required field.NumbergetOrder()The order of this field with respect to other fields in this tag template.DataCatalogTagTemplateFieldsTypegetType()type block.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(DataCatalogTagTemplateFields.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataCatalogTagTemplateFields.Builder.
-
-
Method Detail
-
getFieldId
public final String getFieldId()
Description copied from interface:DataCatalogTagTemplateFieldsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#field_id DataCatalogTagTemplate#field_id}.- Specified by:
getFieldIdin interfaceDataCatalogTagTemplateFields
-
getType
public final DataCatalogTagTemplateFieldsType getType()
Description copied from interface:DataCatalogTagTemplateFieldstype block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#type DataCatalogTagTemplate#type}
- Specified by:
getTypein interfaceDataCatalogTagTemplateFields
-
getDescription
public final String getDescription()
Description copied from interface:DataCatalogTagTemplateFieldsA description for this field.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#description DataCatalogTagTemplate#description}
- Specified by:
getDescriptionin interfaceDataCatalogTagTemplateFields
-
getDisplayName
public final String getDisplayName()
Description copied from interface:DataCatalogTagTemplateFieldsThe display name for this field.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#display_name DataCatalogTagTemplate#display_name}
- Specified by:
getDisplayNamein interfaceDataCatalogTagTemplateFields
-
getIsRequired
public final Object getIsRequired()
Description copied from interface:DataCatalogTagTemplateFieldsWhether this is a required field. Defaults to false.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#is_required DataCatalogTagTemplate#is_required}
- Specified by:
getIsRequiredin interfaceDataCatalogTagTemplateFields
-
getOrder
public final Number getOrder()
Description copied from interface:DataCatalogTagTemplateFieldsThe order of this field with respect to other fields in this tag template.A higher value indicates a more important field. The value can be negative. Multiple fields can have the same order, and field orders within a tag do not have to be sequential. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#order DataCatalogTagTemplate#order}
- Specified by:
getOrderin interfaceDataCatalogTagTemplateFields
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-