public static final class CfnDataSource.DocumentAttributeTargetProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.DocumentAttributeTargetProperty
CfnDataSource.DocumentAttributeTargetProperty
CfnDataSource.DocumentAttributeTargetProperty.Builder, CfnDataSource.DocumentAttributeTargetProperty.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 |
getTargetDocumentAttributeKey()
The identifier of the target document attribute or metadata field.
|
java.lang.Object |
getTargetDocumentAttributeValue()
The target value you want to create for the target attribute.
|
java.lang.Object |
getTargetDocumentAttributeValueDeletion()
`TRUE` to delete the existing target value for your specified target attribute key.
|
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 getTargetDocumentAttributeKey()
CfnDataSource.DocumentAttributeTargetProperty
For example, 'Department' could be an identifier for the target attribute or metadata field that includes the department names associated with the documents.
getTargetDocumentAttributeKey
in interface CfnDataSource.DocumentAttributeTargetProperty
public final java.lang.Object getTargetDocumentAttributeValue()
CfnDataSource.DocumentAttributeTargetProperty
For example, 'Finance' could be the target value for the target attribute key 'Department'.
getTargetDocumentAttributeValue
in interface CfnDataSource.DocumentAttributeTargetProperty
public final java.lang.Object getTargetDocumentAttributeValueDeletion()
CfnDataSource.DocumentAttributeTargetProperty
You cannot create a target value and set this to TRUE
. To create a target value ( TargetDocumentAttributeValue
), set this to FALSE
.
getTargetDocumentAttributeValueDeletion
in interface CfnDataSource.DocumentAttributeTargetProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()