Class CfnTablePropsMixin.SchemaV2FieldProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3tables.CfnTablePropsMixin.SchemaV2FieldProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTablePropsMixin.SchemaV2FieldProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTablePropsMixin.SchemaV2FieldProperty
@Stability(Stable)
@Internal
public static final class CfnTablePropsMixin.SchemaV2FieldProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTablePropsMixin.SchemaV2FieldProperty
An implementation for
CfnTablePropsMixin.SchemaV2FieldProperty-
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.s3tables.CfnTablePropsMixin.SchemaV2FieldProperty
CfnTablePropsMixin.SchemaV2FieldProperty.Builder, CfnTablePropsMixin.SchemaV2FieldProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTablePropsMixin.SchemaV2FieldProperty.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 StringgetDoc()Optional documentation for the field.final NumbergetId()The unique identifier for the field.final StringgetName()The name of the field.final ObjectA Boolean value that specifies whether values are required for each row in this field.final ObjectgetType()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 theCfnTablePropsMixin.SchemaV2FieldProperty.Builder.
-
-
Method Details
-
getDoc
Description copied from interface:CfnTablePropsMixin.SchemaV2FieldPropertyOptional documentation for the field.- Specified by:
getDocin interfaceCfnTablePropsMixin.SchemaV2FieldProperty- See Also:
-
getId
Description copied from interface:CfnTablePropsMixin.SchemaV2FieldPropertyThe unique identifier for the field.- Specified by:
getIdin interfaceCfnTablePropsMixin.SchemaV2FieldProperty- See Also:
-
getName
Description copied from interface:CfnTablePropsMixin.SchemaV2FieldPropertyThe name of the field.- Specified by:
getNamein interfaceCfnTablePropsMixin.SchemaV2FieldProperty- See Also:
-
getRequired
Description copied from interface:CfnTablePropsMixin.SchemaV2FieldPropertyA Boolean value that specifies whether values are required for each row in this field.Returns union: either
BooleanorIResolvable- Specified by:
getRequiredin interfaceCfnTablePropsMixin.SchemaV2FieldProperty- See Also:
-
getType
- Specified by:
getTypein interfaceCfnTablePropsMixin.SchemaV2FieldProperty- 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()
-