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