public static final class CfnComponentType.PropertyDefinitionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnComponentType.PropertyDefinitionProperty
CfnComponentType.PropertyDefinitionProperty
CfnComponentType.PropertyDefinitionProperty.Builder, CfnComponentType.PropertyDefinitionProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getConfigurations()
A mapping that specifies configuration information about the property.
|
java.lang.Object |
getDataType()
`CfnComponentType.PropertyDefinitionProperty.DataType`.
|
java.lang.Object |
getDefaultValue()
A boolean value that specifies whether the property ID comes from an external data store.
|
java.lang.Object |
getIsExternalId()
A boolean value that specifies whether the property ID comes from an external data store.
|
java.lang.Object |
getIsRequiredInEntity()
A boolean value that specifies whether the property is required in an entity.
|
java.lang.Object |
getIsStoredExternally()
A boolean value that specifies whether the property is stored externally.
|
java.lang.Object |
getIsTimeSeries()
A boolean value that specifies whether the property consists of time series data.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getConfigurations()
CfnComponentType.PropertyDefinitionProperty
getConfigurations
in interface CfnComponentType.PropertyDefinitionProperty
public final java.lang.Object getDataType()
CfnComponentType.PropertyDefinitionProperty
getDataType
in interface CfnComponentType.PropertyDefinitionProperty
public final java.lang.Object getDefaultValue()
CfnComponentType.PropertyDefinitionProperty
getDefaultValue
in interface CfnComponentType.PropertyDefinitionProperty
public final java.lang.Object getIsExternalId()
CfnComponentType.PropertyDefinitionProperty
getIsExternalId
in interface CfnComponentType.PropertyDefinitionProperty
public final java.lang.Object getIsRequiredInEntity()
CfnComponentType.PropertyDefinitionProperty
getIsRequiredInEntity
in interface CfnComponentType.PropertyDefinitionProperty
public final java.lang.Object getIsStoredExternally()
CfnComponentType.PropertyDefinitionProperty
getIsStoredExternally
in interface CfnComponentType.PropertyDefinitionProperty
public final java.lang.Object getIsTimeSeries()
CfnComponentType.PropertyDefinitionProperty
getIsTimeSeries
in interface CfnComponentType.PropertyDefinitionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()