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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iottwinmaker.CfnComponentType.PropertyDefinitionProperty
CfnComponentType.PropertyDefinitionProperty.Builder, CfnComponentType.PropertyDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponentType.PropertyDefinitionProperty.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 ObjectA mapping that specifies configuration information about the property.final ObjectAn object that specifies the data type of a property.final ObjectA boolean value that specifies whether the property ID comes from an external data store.final ObjectA Boolean value that specifies whether the property ID comes from an external data source.final ObjectA boolean value that specifies whether the property is required in an entity.final ObjectA boolean value that specifies whether the property is stored externally.final ObjectA boolean value that specifies whether the property consists of time series data.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.PropertyDefinitionProperty.Builder.
-
-
Method Details
-
getConfigurations
Description copied from interface:CfnComponentType.PropertyDefinitionPropertyA mapping that specifies configuration information about the property.- Specified by:
getConfigurationsin interfaceCfnComponentType.PropertyDefinitionProperty- See Also:
-
getDataType
Description copied from interface:CfnComponentType.PropertyDefinitionPropertyAn object that specifies the data type of a property.- Specified by:
getDataTypein interfaceCfnComponentType.PropertyDefinitionProperty- See Also:
-
getDefaultValue
Description copied from interface:CfnComponentType.PropertyDefinitionPropertyA boolean value that specifies whether the property ID comes from an external data store.- Specified by:
getDefaultValuein interfaceCfnComponentType.PropertyDefinitionProperty- See Also:
-
getIsExternalId
Description copied from interface:CfnComponentType.PropertyDefinitionPropertyA Boolean value that specifies whether the property ID comes from an external data source.- Specified by:
getIsExternalIdin interfaceCfnComponentType.PropertyDefinitionProperty- See Also:
-
getIsRequiredInEntity
Description copied from interface:CfnComponentType.PropertyDefinitionPropertyA boolean value that specifies whether the property is required in an entity.- Specified by:
getIsRequiredInEntityin interfaceCfnComponentType.PropertyDefinitionProperty- See Also:
-
getIsStoredExternally
Description copied from interface:CfnComponentType.PropertyDefinitionPropertyA boolean value that specifies whether the property is stored externally.- Specified by:
getIsStoredExternallyin interfaceCfnComponentType.PropertyDefinitionProperty- See Also:
-
getIsTimeSeries
Description copied from interface:CfnComponentType.PropertyDefinitionPropertyA boolean value that specifies whether the property consists of time series data.- Specified by:
getIsTimeSeriesin interfaceCfnComponentType.PropertyDefinitionProperty- 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()
-