Class CfnApplicationReferenceDataSource.MappingParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationReferenceDataSource.MappingParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationReferenceDataSource.MappingParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApplicationReferenceDataSource.MappingParametersProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationReferenceDataSource.MappingParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationReferenceDataSource.MappingParametersProperty
An implementation for
CfnApplicationReferenceDataSource.MappingParametersProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationReferenceDataSource.MappingParametersProperty
CfnApplicationReferenceDataSource.MappingParametersProperty.Builder, CfnApplicationReferenceDataSource.MappingParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSource.MappingParametersProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectProvides additional mapping information when the record format uses delimiters (for example, CSV).final ObjectProvides additional mapping information when JSON is the record format on the streaming source.final inthashCode()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 theCfnApplicationReferenceDataSource.MappingParametersProperty.Builder.
-
-
Method Details
-
getCsvMappingParameters
Description copied from interface:CfnApplicationReferenceDataSource.MappingParametersPropertyProvides additional mapping information when the record format uses delimiters (for example, CSV).- Specified by:
getCsvMappingParametersin interfaceCfnApplicationReferenceDataSource.MappingParametersProperty
-
getJsonMappingParameters
Description copied from interface:CfnApplicationReferenceDataSource.MappingParametersPropertyProvides additional mapping information when JSON is the record format on the streaming source.- Specified by:
getJsonMappingParametersin interfaceCfnApplicationReferenceDataSource.MappingParametersProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-