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