Class DataplexDatascanDataProfileSpecIncludeFields.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataplex_datascan.DataplexDatascanDataProfileSpecIncludeFields.Jsii$Proxy
-
- All Implemented Interfaces:
DataplexDatascanDataProfileSpecIncludeFields,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataplexDatascanDataProfileSpecIncludeFields
@Stability(Stable) @Internal public static final class DataplexDatascanDataProfileSpecIncludeFields.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataplexDatascanDataProfileSpecIncludeFields
An implementation forDataplexDatascanDataProfileSpecIncludeFields
-
-
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.dataplex_datascan.DataplexDatascanDataProfileSpecIncludeFields
DataplexDatascanDataProfileSpecIncludeFields.Builder, DataplexDatascanDataProfileSpecIncludeFields.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataplexDatascanDataProfileSpecIncludeFields.Builder builder)Constructor that initializes the object based on literal property values passed by theDataplexDatascanDataProfileSpecIncludeFields.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)List<String>getFieldNames()Expected input is a list of fully qualified names of fields as in the schema.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(DataplexDatascanDataProfileSpecIncludeFields.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataplexDatascanDataProfileSpecIncludeFields.Builder.
-
-
Method Detail
-
getFieldNames
public final List<String> getFieldNames()
Description copied from interface:DataplexDatascanDataProfileSpecIncludeFieldsExpected input is a list of fully qualified names of fields as in the schema.Only top-level field names for nested fields are supported. For instance, if 'x' is of nested field type, listing 'x' is supported but 'x.y.z' is not supported. Here 'y' and 'y.z' are nested fields of 'x'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#field_names DataplexDatascan#field_names}
- Specified by:
getFieldNamesin interfaceDataplexDatascanDataProfileSpecIncludeFields
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-