Class CfnComponent.MutationActionSetStateParameterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.MutationActionSetStateParameterProperty.Jsii$Proxy
- All Implemented Interfaces:
 CfnComponent.MutationActionSetStateParameterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 - CfnComponent.MutationActionSetStateParameterProperty
 
@Stability(Stable)
@Internal
public static final class CfnComponent.MutationActionSetStateParameterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponent.MutationActionSetStateParameterProperty
An implementation for 
CfnComponent.MutationActionSetStateParameterProperty- 
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.MutationActionSetStateParameterProperty
CfnComponent.MutationActionSetStateParameterProperty.Builder, CfnComponent.MutationActionSetStateParameterProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponent.MutationActionSetStateParameterProperty.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 StringThe name of the component that is being modified.final StringThe name of the component property to apply the state configuration to.final ObjectgetSet()The state configuration to assign to the property.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.MutationActionSetStateParameterProperty.Builder. 
 - 
 - 
Method Details
- 
getComponentName
Description copied from interface:CfnComponent.MutationActionSetStateParameterPropertyThe name of the component that is being modified.- Specified by:
 getComponentNamein interfaceCfnComponent.MutationActionSetStateParameterProperty
 - 
getProperty
Description copied from interface:CfnComponent.MutationActionSetStateParameterPropertyThe name of the component property to apply the state configuration to.- Specified by:
 getPropertyin interfaceCfnComponent.MutationActionSetStateParameterProperty
 - 
getSet
Description copied from interface:CfnComponent.MutationActionSetStateParameterPropertyThe state configuration to assign to the property.- Specified by:
 getSetin interfaceCfnComponent.MutationActionSetStateParameterProperty
 - 
$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() 
 -