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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iottwinmaker.CfnEntity.DefinitionProperty
CfnEntity.DefinitionProperty.Builder, CfnEntity.DefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEntity.DefinitionProperty.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 configuration.final ObjectThe data type.final ObjectThe default value.final ObjectDisplays if the entity has a external Id.final ObjectDisplays if the entity is final.final ObjectDisplays if the entity is imported.final ObjectDisplays if the entity is inherited.final ObjectDisplays if the entity is a required entity.final ObjectDisplays if the entity is tored externally.final ObjectDisplays if the entity.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 theCfnEntity.DefinitionProperty.Builder.
-
-
Method Details
-
getConfiguration
Description copied from interface:CfnEntity.DefinitionPropertyThe configuration.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getConfigurationin interfaceCfnEntity.DefinitionProperty- See Also:
-
getDataType
Description copied from interface:CfnEntity.DefinitionPropertyThe data type.Returns union: either
IResolvableorCfnEntity.DataTypeProperty- Specified by:
getDataTypein interfaceCfnEntity.DefinitionProperty- See Also:
-
getDefaultValue
Description copied from interface:CfnEntity.DefinitionPropertyThe default value.Returns union: either
IResolvableorCfnEntity.DataValueProperty- Specified by:
getDefaultValuein interfaceCfnEntity.DefinitionProperty- See Also:
-
getIsExternalId
Description copied from interface:CfnEntity.DefinitionPropertyDisplays if the entity has a external Id.Returns union: either
BooleanorIResolvable- Specified by:
getIsExternalIdin interfaceCfnEntity.DefinitionProperty- See Also:
-
getIsFinal
Description copied from interface:CfnEntity.DefinitionPropertyDisplays if the entity is final.Returns union: either
BooleanorIResolvable- Specified by:
getIsFinalin interfaceCfnEntity.DefinitionProperty- See Also:
-
getIsImported
Description copied from interface:CfnEntity.DefinitionPropertyDisplays if the entity is imported.Returns union: either
BooleanorIResolvable- Specified by:
getIsImportedin interfaceCfnEntity.DefinitionProperty- See Also:
-
getIsInherited
Description copied from interface:CfnEntity.DefinitionPropertyDisplays if the entity is inherited.Returns union: either
BooleanorIResolvable- Specified by:
getIsInheritedin interfaceCfnEntity.DefinitionProperty- See Also:
-
getIsRequiredInEntity
Description copied from interface:CfnEntity.DefinitionPropertyDisplays if the entity is a required entity.Returns union: either
BooleanorIResolvable- Specified by:
getIsRequiredInEntityin interfaceCfnEntity.DefinitionProperty- See Also:
-
getIsStoredExternally
Description copied from interface:CfnEntity.DefinitionPropertyDisplays if the entity is tored externally.Returns union: either
BooleanorIResolvable- Specified by:
getIsStoredExternallyin interfaceCfnEntity.DefinitionProperty- See Also:
-
getIsTimeSeries
Description copied from interface:CfnEntity.DefinitionPropertyDisplays if the entity.Returns union: either
BooleanorIResolvable- Specified by:
getIsTimeSeriesin interfaceCfnEntity.DefinitionProperty- 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()
-