Class CfnTypeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cassandra.CfnTypeProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTypeProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTypeProps
@Stability(Stable)
@Internal
public static final class CfnTypeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTypeProps
An implementation for
CfnTypeProps
-
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.cassandra.CfnTypeProps
CfnTypeProps.Builder, CfnTypeProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnTypeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTypeProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnTypeProps.Builder
.
-
-
Method Details
-
getFields
Description copied from interface:CfnTypeProps
A list of fields that define this type.- Specified by:
getFields
in interfaceCfnTypeProps
- See Also:
-
getKeyspaceName
Description copied from interface:CfnTypeProps
The name of the keyspace to create the type in.The keyspace must already exist.
- Specified by:
getKeyspaceName
in interfaceCfnTypeProps
- See Also:
-
getTypeName
Description copied from interface:CfnTypeProps
The name of the user-defined type.UDT names must contain 48 characters or less, must begin with an alphabetic character, and can only contain alpha-numeric characters and underscores. Amazon Keyspaces converts upper case characters automatically into lower case characters. For more information, see Create a user-defined type (UDT) in Amazon Keyspaces in the Amazon Keyspaces Developer Guide .
- Specified by:
getTypeName
in interfaceCfnTypeProps
- See Also:
-
$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()
-