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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iottwinmaker.CfnComponentType.DataTypeProperty
CfnComponentType.DataTypeProperty.Builder, CfnComponentType.DataTypeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponentType.DataTypeProperty.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 ObjectThe allowed values for this data type.final ObjectThe nested type in the data type.final ObjectA relationship that associates a component with another component.final StringgetType()The underlying type of the data type.final StringThe unit of measure used in this data type.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 theCfnComponentType.DataTypeProperty.Builder.
-
-
Method Details
-
getType
Description copied from interface:CfnComponentType.DataTypePropertyThe underlying type of the data type.Valid Values:
RELATIONSHIP | STRING | LONG | BOOLEAN | INTEGER | DOUBLE | LIST | MAP- Specified by:
getTypein interfaceCfnComponentType.DataTypeProperty- See Also:
-
getAllowedValues
Description copied from interface:CfnComponentType.DataTypePropertyThe allowed values for this data type.- Specified by:
getAllowedValuesin interfaceCfnComponentType.DataTypeProperty- See Also:
-
getNestedType
Description copied from interface:CfnComponentType.DataTypePropertyThe nested type in the data type.- Specified by:
getNestedTypein interfaceCfnComponentType.DataTypeProperty- See Also:
-
getRelationship
Description copied from interface:CfnComponentType.DataTypePropertyA relationship that associates a component with another component.- Specified by:
getRelationshipin interfaceCfnComponentType.DataTypeProperty- See Also:
-
getUnitOfMeasure
Description copied from interface:CfnComponentType.DataTypePropertyThe unit of measure used in this data type.- Specified by:
getUnitOfMeasurein interfaceCfnComponentType.DataTypeProperty- 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()
-