Class DataplexDatascanDataProfileSpecExcludeFields.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataplex_datascan.DataplexDatascanDataProfileSpecExcludeFields.Jsii$Proxy
-
- All Implemented Interfaces:
DataplexDatascanDataProfileSpecExcludeFields,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataplexDatascanDataProfileSpecExcludeFields
@Stability(Stable) @Internal public static final class DataplexDatascanDataProfileSpecExcludeFields.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataplexDatascanDataProfileSpecExcludeFields
An implementation forDataplexDatascanDataProfileSpecExcludeFields
-
-
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.DataplexDatascanDataProfileSpecExcludeFields
DataplexDatascanDataProfileSpecExcludeFields.Builder, DataplexDatascanDataProfileSpecExcludeFields.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataplexDatascanDataProfileSpecExcludeFields.Builder builder)Constructor that initializes the object based on literal property values passed by theDataplexDatascanDataProfileSpecExcludeFields.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(DataplexDatascanDataProfileSpecExcludeFields.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataplexDatascanDataProfileSpecExcludeFields.Builder.
-
-
Method Detail
-
getFieldNames
public final List<String> getFieldNames()
Description copied from interface:DataplexDatascanDataProfileSpecExcludeFieldsExpected 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 interfaceDataplexDatascanDataProfileSpecExcludeFields
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-