Class CfnApplicationReferenceDataSourceV2.MappingParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationReferenceDataSourceV2.MappingParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationReferenceDataSourceV2.MappingParametersProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationReferenceDataSourceV2.MappingParametersProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationReferenceDataSourceV2.MappingParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationReferenceDataSourceV2.MappingParametersProperty
An implementation for
CfnApplicationReferenceDataSourceV2.MappingParametersProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisanalytics.CfnApplicationReferenceDataSourceV2.MappingParametersProperty
CfnApplicationReferenceDataSourceV2.MappingParametersProperty.Builder, CfnApplicationReferenceDataSourceV2.MappingParametersProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSourceV2.MappingParametersProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Provides additional mapping information when the record format uses delimiters (for example, CSV).final Object
Provides additional mapping information when JSON is the record format on the streaming source.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSourceV2.MappingParametersProperty.Builder
.
-
-
Method Details
-
getCsvMappingParameters
Description copied from interface:CfnApplicationReferenceDataSourceV2.MappingParametersProperty
Provides additional mapping information when the record format uses delimiters (for example, CSV).- Specified by:
getCsvMappingParameters
in interfaceCfnApplicationReferenceDataSourceV2.MappingParametersProperty
-
getJsonMappingParameters
Description copied from interface:CfnApplicationReferenceDataSourceV2.MappingParametersProperty
Provides additional mapping information when JSON is the record format on the streaming source.- Specified by:
getJsonMappingParameters
in interfaceCfnApplicationReferenceDataSourceV2.MappingParametersProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-