Class CfnDataTableProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnDataTableProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataTableProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataTableProps
@Stability(Stable)
@Internal
public static final class CfnDataTableProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataTableProps
An implementation for
CfnDataTableProps-
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.connect.CfnDataTableProps
CfnDataTableProps.Builder, CfnDataTableProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDataTableProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataTableProps.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 StringThe description of the Data Table.final StringThe identifier of the Amazon Connect instance.final StringgetName()The name of the Data Table.final StringThe status of the Data Table.getTags()One or more tags.final StringThe time zone of the Data Table.final StringThe value lock level of the Data Table.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 theCfnDataTableProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnDataTablePropsThe description of the Data Table.- Specified by:
getDescriptionin interfaceCfnDataTableProps- See Also:
-
getInstanceArn
Description copied from interface:CfnDataTablePropsThe identifier of the Amazon Connect instance.- Specified by:
getInstanceArnin interfaceCfnDataTableProps- See Also:
-
getName
Description copied from interface:CfnDataTablePropsThe name of the Data Table.- Specified by:
getNamein interfaceCfnDataTableProps- See Also:
-
getStatus
Description copied from interface:CfnDataTablePropsThe status of the Data Table.- Specified by:
getStatusin interfaceCfnDataTableProps- See Also:
-
getTags
Description copied from interface:CfnDataTablePropsOne or more tags.- Specified by:
getTagsin interfaceCfnDataTableProps- See Also:
-
getTimeZone
Description copied from interface:CfnDataTablePropsThe time zone of the Data Table.- Specified by:
getTimeZonein interfaceCfnDataTableProps- See Also:
-
getValueLockLevel
Description copied from interface:CfnDataTablePropsThe value lock level of the Data Table.- Specified by:
getValueLockLevelin interfaceCfnDataTableProps- 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()
-