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