Class CfnApplicationV2.RecordColumnProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2.RecordColumnProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationV2.RecordColumnProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationV2.RecordColumnProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationV2.RecordColumnProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationV2.RecordColumnProperty
An implementation for
CfnApplicationV2.RecordColumnProperty
-
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.CfnApplicationV2.RecordColumnProperty
CfnApplicationV2.RecordColumnProperty.Builder, CfnApplicationV2.RecordColumnProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplicationV2.RecordColumnProperty.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 String
A reference to the data element in the streaming input or the reference data source.final String
getName()
The name of the column that is created in the in-application input stream or reference table.final String
The type of column created in the in-application input stream or reference table.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 theCfnApplicationV2.RecordColumnProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnApplicationV2.RecordColumnProperty
The name of the column that is created in the in-application input stream or reference table.- Specified by:
getName
in interfaceCfnApplicationV2.RecordColumnProperty
-
getSqlType
Description copied from interface:CfnApplicationV2.RecordColumnProperty
The type of column created in the in-application input stream or reference table.- Specified by:
getSqlType
in interfaceCfnApplicationV2.RecordColumnProperty
-
getMapping
Description copied from interface:CfnApplicationV2.RecordColumnProperty
A reference to the data element in the streaming input or the reference data source.- Specified by:
getMapping
in interfaceCfnApplicationV2.RecordColumnProperty
-
$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()
-