Class CfnComponentType.PropertyDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iottwinmaker.CfnComponentType.PropertyDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComponentType.PropertyDefinitionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComponentType.PropertyDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnComponentType.PropertyDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponentType.PropertyDefinitionProperty
An implementation for
CfnComponentType.PropertyDefinitionProperty
-
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.PropertyDefinitionProperty
CfnComponentType.PropertyDefinitionProperty.Builder, CfnComponentType.PropertyDefinitionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnComponentType.PropertyDefinitionProperty.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
A mapping that specifies configuration information about the property.final Object
An object that specifies the data type of a property.final Object
A boolean value that specifies whether the property ID comes from an external data store.final Object
A Boolean value that specifies whether the property ID comes from an external data source.final Object
A boolean value that specifies whether the property is required in an entity.final Object
A boolean value that specifies whether the property is stored externally.final Object
A boolean value that specifies whether the property consists of time series data.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.PropertyDefinitionProperty.Builder
.
-
-
Method Details
-
getConfigurations
Description copied from interface:CfnComponentType.PropertyDefinitionProperty
A mapping that specifies configuration information about the property.- Specified by:
getConfigurations
in interfaceCfnComponentType.PropertyDefinitionProperty
- See Also:
-
getDataType
Description copied from interface:CfnComponentType.PropertyDefinitionProperty
An object that specifies the data type of a property.- Specified by:
getDataType
in interfaceCfnComponentType.PropertyDefinitionProperty
- See Also:
-
getDefaultValue
Description copied from interface:CfnComponentType.PropertyDefinitionProperty
A boolean value that specifies whether the property ID comes from an external data store.- Specified by:
getDefaultValue
in interfaceCfnComponentType.PropertyDefinitionProperty
- See Also:
-
getIsExternalId
Description copied from interface:CfnComponentType.PropertyDefinitionProperty
A Boolean value that specifies whether the property ID comes from an external data source.- Specified by:
getIsExternalId
in interfaceCfnComponentType.PropertyDefinitionProperty
- See Also:
-
getIsRequiredInEntity
Description copied from interface:CfnComponentType.PropertyDefinitionProperty
A boolean value that specifies whether the property is required in an entity.- Specified by:
getIsRequiredInEntity
in interfaceCfnComponentType.PropertyDefinitionProperty
- See Also:
-
getIsStoredExternally
Description copied from interface:CfnComponentType.PropertyDefinitionProperty
A boolean value that specifies whether the property is stored externally.- Specified by:
getIsStoredExternally
in interfaceCfnComponentType.PropertyDefinitionProperty
- See Also:
-
getIsTimeSeries
Description copied from interface:CfnComponentType.PropertyDefinitionProperty
A boolean value that specifies whether the property consists of time series data.- Specified by:
getIsTimeSeries
in interfaceCfnComponentType.PropertyDefinitionProperty
- 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()
-