public static final class CfnApplicationReferenceDataSource.RecordFormatProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationReferenceDataSource.RecordFormatProperty
CfnApplicationReferenceDataSource.RecordFormatProperty
CfnApplicationReferenceDataSource.RecordFormatProperty.Builder, CfnApplicationReferenceDataSource.RecordFormatProperty.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.Object |
getMappingParameters()
When configuring application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.
|
java.lang.String |
getRecordFormatType()
The type of record format.
|
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 getRecordFormatType()
CfnApplicationReferenceDataSource.RecordFormatProperty
getRecordFormatType
in interface CfnApplicationReferenceDataSource.RecordFormatProperty
public final java.lang.Object getMappingParameters()
CfnApplicationReferenceDataSource.RecordFormatProperty
getMappingParameters
in interface CfnApplicationReferenceDataSource.RecordFormatProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()