Class CfnEntity.DefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iottwinmaker.CfnEntity.DefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEntity.DefinitionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnEntity.DefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnEntity.DefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEntity.DefinitionProperty
An implementation for
CfnEntity.DefinitionProperty
-
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.CfnEntity.DefinitionProperty
CfnEntity.DefinitionProperty.Builder, CfnEntity.DefinitionProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEntity.DefinitionProperty.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 configuration.final Object
The data type.final Object
The default value.final Object
Displays if the entity has a external Id.final Object
Displays if the entity is final.final Object
Displays if the entity is imported.final Object
Displays if the entity is inherited.final Object
Displays if the entity is a required entity.final Object
Displays if the entity is tored externally.final Object
Displays if the entity.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 theCfnEntity.DefinitionProperty.Builder
.
-
-
Method Details
-
getConfiguration
Description copied from interface:CfnEntity.DefinitionProperty
The configuration.- Specified by:
getConfiguration
in interfaceCfnEntity.DefinitionProperty
-
getDataType
Description copied from interface:CfnEntity.DefinitionProperty
The data type.- Specified by:
getDataType
in interfaceCfnEntity.DefinitionProperty
-
getDefaultValue
Description copied from interface:CfnEntity.DefinitionProperty
The default value.- Specified by:
getDefaultValue
in interfaceCfnEntity.DefinitionProperty
-
getIsExternalId
Description copied from interface:CfnEntity.DefinitionProperty
Displays if the entity has a external Id.- Specified by:
getIsExternalId
in interfaceCfnEntity.DefinitionProperty
-
getIsFinal
Description copied from interface:CfnEntity.DefinitionProperty
Displays if the entity is final.- Specified by:
getIsFinal
in interfaceCfnEntity.DefinitionProperty
-
getIsImported
Description copied from interface:CfnEntity.DefinitionProperty
Displays if the entity is imported.- Specified by:
getIsImported
in interfaceCfnEntity.DefinitionProperty
-
getIsInherited
Description copied from interface:CfnEntity.DefinitionProperty
Displays if the entity is inherited.- Specified by:
getIsInherited
in interfaceCfnEntity.DefinitionProperty
-
getIsRequiredInEntity
Description copied from interface:CfnEntity.DefinitionProperty
Displays if the entity is a required entity.- Specified by:
getIsRequiredInEntity
in interfaceCfnEntity.DefinitionProperty
-
getIsStoredExternally
Description copied from interface:CfnEntity.DefinitionProperty
Displays if the entity is tored externally.- Specified by:
getIsStoredExternally
in interfaceCfnEntity.DefinitionProperty
-
getIsTimeSeries
Description copied from interface:CfnEntity.DefinitionProperty
Displays if the entity.- Specified by:
getIsTimeSeries
in interfaceCfnEntity.DefinitionProperty
-
$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()
-