public static final class CfnIndex.DocumentMetadataConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIndex.DocumentMetadataConfigurationProperty
CfnIndex.DocumentMetadataConfigurationProperty
CfnIndex.DocumentMetadataConfigurationProperty.Builder, CfnIndex.DocumentMetadataConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
The name of the index field.
|
java.lang.Object |
getRelevance()
Provides manual tuning parameters to determine how the field affects the search results.
|
java.lang.Object |
getSearch()
Provides information about how the field is used during a search.
|
java.lang.String |
getType()
The data type of the index field.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getName()
CfnIndex.DocumentMetadataConfigurationProperty
getName
in interface CfnIndex.DocumentMetadataConfigurationProperty
public final java.lang.String getType()
CfnIndex.DocumentMetadataConfigurationProperty
getType
in interface CfnIndex.DocumentMetadataConfigurationProperty
public final java.lang.Object getRelevance()
CfnIndex.DocumentMetadataConfigurationProperty
getRelevance
in interface CfnIndex.DocumentMetadataConfigurationProperty
public final java.lang.Object getSearch()
CfnIndex.DocumentMetadataConfigurationProperty
getSearch
in interface CfnIndex.DocumentMetadataConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()