public static final class CfnApplicationReferenceDataSource.RecordColumnProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationReferenceDataSource.RecordColumnProperty
CfnApplicationReferenceDataSource.RecordColumnProperty
CfnApplicationReferenceDataSource.RecordColumnProperty.Builder, CfnApplicationReferenceDataSource.RecordColumnProperty.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 |
getMapping()
Reference to the data element in the streaming input or the reference data source.
|
java.lang.String |
getName()
Name of the column created in the in-application input stream or reference table.
|
java.lang.String |
getSqlType()
Type of column created in the in-application input stream or reference table.
|
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()
CfnApplicationReferenceDataSource.RecordColumnProperty
getName
in interface CfnApplicationReferenceDataSource.RecordColumnProperty
public final java.lang.String getSqlType()
CfnApplicationReferenceDataSource.RecordColumnProperty
getSqlType
in interface CfnApplicationReferenceDataSource.RecordColumnProperty
public final java.lang.String getMapping()
CfnApplicationReferenceDataSource.RecordColumnProperty
This element is required if the RecordFormatType is JSON
.
getMapping
in interface CfnApplicationReferenceDataSource.RecordColumnProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()