Class CfnComponent.ComponentVariantProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ComponentVariantProperty.Jsii$Proxy
- All Implemented Interfaces:
 CfnComponent.ComponentVariantProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 - CfnComponent.ComponentVariantProperty
 
@Stability(Stable)
@Internal
public static final class CfnComponent.ComponentVariantProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponent.ComponentVariantProperty
An implementation for 
CfnComponent.ComponentVariantProperty- 
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.amplifyuibuilder.CfnComponent.ComponentVariantProperty
CfnComponent.ComponentVariantProperty.Builder, CfnComponent.ComponentVariantProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponent.ComponentVariantProperty.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 properties of the component variant that can be overriden when customizing an instance of the component.final ObjectThe combination of variants that comprise this variant.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 theCfnComponent.ComponentVariantProperty.Builder. 
 - 
 - 
Method Details
- 
getOverrides
Description copied from interface:CfnComponent.ComponentVariantPropertyThe properties of the component variant that can be overriden when customizing an instance of the component.You can't specify
tagsas a valid property foroverrides.- Specified by:
 getOverridesin interfaceCfnComponent.ComponentVariantProperty
 - 
getVariantValues
Description copied from interface:CfnComponent.ComponentVariantPropertyThe combination of variants that comprise this variant.- Specified by:
 getVariantValuesin interfaceCfnComponent.ComponentVariantProperty
 - 
$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() 
 -