Class CfnApplicationPropsMixin.InputSchemaProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.kinesisanalytics.mixins.CfnApplicationPropsMixin.InputSchemaProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationPropsMixin.InputSchemaProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationPropsMixin.InputSchemaProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationPropsMixin.InputSchemaProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationPropsMixin.InputSchemaProperty
An implementation for
CfnApplicationPropsMixin.InputSchemaProperty-
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.CfnApplicationPropsMixin.InputSchemaProperty
CfnApplicationPropsMixin.InputSchemaProperty.Builder, CfnApplicationPropsMixin.InputSchemaProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationPropsMixin.InputSchemaProperty.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 ObjectA list ofRecordColumnobjects.final StringSpecifies the encoding of the records in the streaming source.final ObjectSpecifies the format of the records 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.InputSchemaProperty.Builder.
-
-
Method Details
-
getRecordColumns
Description copied from interface:CfnApplicationPropsMixin.InputSchemaPropertyA list ofRecordColumnobjects.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplicationPropsMixin.RecordColumnProperty>- Specified by:
getRecordColumnsin interfaceCfnApplicationPropsMixin.InputSchemaProperty- See Also:
-
getRecordEncoding
Description copied from interface:CfnApplicationPropsMixin.InputSchemaPropertySpecifies the encoding of the records in the streaming source.For example, UTF-8.
- Specified by:
getRecordEncodingin interfaceCfnApplicationPropsMixin.InputSchemaProperty- See Also:
-
getRecordFormat
Description copied from interface:CfnApplicationPropsMixin.InputSchemaPropertySpecifies the format of the records on the streaming source.Returns union: either
IResolvableorCfnApplicationPropsMixin.RecordFormatProperty- Specified by:
getRecordFormatin interfaceCfnApplicationPropsMixin.InputSchemaProperty- 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()
-