public static final class CfnApplicationV2.RecordFormatProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationV2.RecordFormatProperty
CfnApplicationV2.RecordFormatProperty
CfnApplicationV2.RecordFormatProperty.Builder, CfnApplicationV2.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 you configure 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()
CfnApplicationV2.RecordFormatProperty
getRecordFormatType
in interface CfnApplicationV2.RecordFormatProperty
public final java.lang.Object getMappingParameters()
CfnApplicationV2.RecordFormatProperty
getMappingParameters
in interface CfnApplicationV2.RecordFormatProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()