@Stability(value=Stable) @Internal public static final class CfnComponentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnComponentProps
CfnComponentPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnComponentProps.Builder, CfnComponentProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnComponentProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnComponentProps.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) |
Object |
getBindingProperties()
The information to connect a component's properties to data at runtime.
|
Object |
getChildren()
A list of the component's `ComponentChild` instances.
|
Object |
getCollectionProperties()
The data binding configuration for the component's properties.
|
String |
getComponentType()
The type of the component.
|
String |
getName()
The name of the component.
|
Object |
getOverrides()
Describes the component's properties that can be overriden in a customized instance of the component.
|
Object |
getProperties()
Describes the component's properties.
|
String |
getSourceId()
The unique ID of the component in its original source system, such as Figma.
|
Map<String,String> |
getTags()
One or more key-value pairs to use when tagging the component.
|
Object |
getVariants()
A list of the component's variants.
|
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(CfnComponentProps.Builder builder)
CfnComponentProps.Builder.public final Object getBindingProperties()
CfnComponentPropsgetBindingProperties in interface CfnComponentPropspublic final Object getChildren()
CfnComponentPropsgetChildren in interface CfnComponentPropspublic final Object getCollectionProperties()
CfnComponentPropsUse this for a collection component.
getCollectionProperties in interface CfnComponentPropspublic final String getComponentType()
CfnComponentPropsThis can be an Amplify custom UI component or another custom component.
getComponentType in interface CfnComponentPropspublic final String getName()
CfnComponentPropsgetName in interface CfnComponentPropspublic final Object getOverrides()
CfnComponentPropsgetOverrides in interface CfnComponentPropspublic final Object getProperties()
CfnComponentPropsgetProperties in interface CfnComponentPropspublic final String getSourceId()
CfnComponentPropsgetSourceId in interface CfnComponentPropspublic final Map<String,String> getTags()
CfnComponentPropsgetTags in interface CfnComponentPropspublic final Object getVariants()
CfnComponentPropsA variant is a unique style configuration of a main component.
getVariants in interface CfnComponentProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.