Class CfnComponentType.DataTypeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iottwinmaker.CfnComponentType.DataTypeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComponentType.DataTypeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComponentType.DataTypeProperty
@Stability(Stable)
@Internal
public static final class CfnComponentType.DataTypeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponentType.DataTypeProperty
An implementation for
CfnComponentType.DataTypeProperty
-
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.iottwinmaker.CfnComponentType.DataTypeProperty
CfnComponentType.DataTypeProperty.Builder, CfnComponentType.DataTypeProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnComponentType.DataTypeProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The allowed values for this data type.final Object
The nested type in the data type.final Object
A relationship that associates a component with another component.final String
getType()
The underlying type of the data type.final String
The unit of measure used in this data type.final int
hashCode()
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 theCfnComponentType.DataTypeProperty.Builder
.
-
-
Method Details
-
getType
Description copied from interface:CfnComponentType.DataTypeProperty
The underlying type of the data type.Valid Values:
RELATIONSHIP | STRING | LONG | BOOLEAN | INTEGER | DOUBLE | LIST | MAP
- Specified by:
getType
in interfaceCfnComponentType.DataTypeProperty
- See Also:
-
getAllowedValues
Description copied from interface:CfnComponentType.DataTypeProperty
The allowed values for this data type.- Specified by:
getAllowedValues
in interfaceCfnComponentType.DataTypeProperty
- See Also:
-
getNestedType
Description copied from interface:CfnComponentType.DataTypeProperty
The nested type in the data type.- Specified by:
getNestedType
in interfaceCfnComponentType.DataTypeProperty
- See Also:
-
getRelationship
Description copied from interface:CfnComponentType.DataTypeProperty
A relationship that associates a component with another component.- Specified by:
getRelationship
in interfaceCfnComponentType.DataTypeProperty
- See Also:
-
getUnitOfMeasure
Description copied from interface:CfnComponentType.DataTypeProperty
The unit of measure used in this data type.- Specified by:
getUnitOfMeasure
in interfaceCfnComponentType.DataTypeProperty
- 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()
-