@Stability(value=Stable) @Internal public static final class CfnComponentTypeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnComponentTypeProps
CfnComponentTypePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnComponentTypeProps.Builder, CfnComponentTypeProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnComponentTypeProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnComponentTypeProps.Builder. |
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(Object o) |
String |
getComponentTypeId()
The ID of the component type.
|
String |
getDescription()
The description of the component type.
|
List<String> |
getExtendsFrom()
The name of the parent component type that this component type extends.
|
Object |
getFunctions()
An object that maps strings to the functions in the component type.
|
Object |
getIsSingleton()
A boolean value that specifies whether an entity can have more than one component of this type.
|
Object |
getPropertyDefinitions()
An object that maps strings to the property definitions in the component type.
|
Map<String,String> |
getTags()
The ComponentType tags.
|
String |
getWorkspaceId()
The ID of the workspace.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnComponentTypeProps.Builder builder)
CfnComponentTypeProps.Builder.public final String getComponentTypeId()
CfnComponentTypePropsgetComponentTypeId in interface CfnComponentTypePropspublic final String getWorkspaceId()
CfnComponentTypePropsgetWorkspaceId in interface CfnComponentTypePropspublic final String getDescription()
CfnComponentTypePropsgetDescription in interface CfnComponentTypePropspublic final List<String> getExtendsFrom()
CfnComponentTypePropsgetExtendsFrom in interface CfnComponentTypePropspublic final Object getFunctions()
CfnComponentTypePropsEach string in the mapping must be unique to this object.
For information on the FunctionResponse object see the FunctionResponse API reference.
getFunctions in interface CfnComponentTypePropspublic final Object getIsSingleton()
CfnComponentTypePropsgetIsSingleton in interface CfnComponentTypePropspublic final Object getPropertyDefinitions()
CfnComponentTypePropsEach string in the mapping must be unique to this object.
For information about the PropertyDefinitionResponse object, see the PropertyDefinitionResponse API reference.
getPropertyDefinitions in interface CfnComponentTypePropspublic final Map<String,String> getTags()
CfnComponentTypePropsgetTags in interface CfnComponentTypeProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.