Class CfnApplicationReferenceDataSourcePropsMixin.MappingParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.kinesisanalytics.mixins.CfnApplicationReferenceDataSourcePropsMixin.MappingParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationReferenceDataSourcePropsMixin.MappingParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationReferenceDataSourcePropsMixin.MappingParametersProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationReferenceDataSourcePropsMixin.MappingParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationReferenceDataSourcePropsMixin.MappingParametersProperty
An implementation for
CfnApplicationReferenceDataSourcePropsMixin.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.mixins.preview.services.kinesisanalytics.mixins.CfnApplicationReferenceDataSourcePropsMixin.MappingParametersProperty
CfnApplicationReferenceDataSourcePropsMixin.MappingParametersProperty.Builder, CfnApplicationReferenceDataSourcePropsMixin.MappingParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSourcePropsMixin.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
protected Jsii$Proxy(CfnApplicationReferenceDataSourcePropsMixin.MappingParametersProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationReferenceDataSourcePropsMixin.MappingParametersProperty.Builder.
-
-
Method Details
-
getCsvMappingParameters
Description copied from interface:CfnApplicationReferenceDataSourcePropsMixin.MappingParametersPropertyProvides additional mapping information when the record format uses delimiters (for example, CSV).Returns union: either
IResolvableorCfnApplicationReferenceDataSourcePropsMixin.CSVMappingParametersProperty- Specified by:
getCsvMappingParametersin interfaceCfnApplicationReferenceDataSourcePropsMixin.MappingParametersProperty- See Also:
-
getJsonMappingParameters
Description copied from interface:CfnApplicationReferenceDataSourcePropsMixin.MappingParametersPropertyProvides additional mapping information when JSON is the record format on the streaming source.Returns union: either
IResolvableorCfnApplicationReferenceDataSourcePropsMixin.JSONMappingParametersProperty- Specified by:
getJsonMappingParametersin interfaceCfnApplicationReferenceDataSourcePropsMixin.MappingParametersProperty- See Also:
-
$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()
-