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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.MutationActionSetStateParameterProperty
CfnComponent.MutationActionSetStateParameterProperty.Builder, CfnComponent.MutationActionSetStateParameterProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnComponent.MutationActionSetStateParameterProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The name of the component that is being modified.final String
The name of the component property to apply the state configuration to.final Object
getSet()
The state configuration to assign to the property.final int
hashCode()
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.MutationActionSetStateParameterProperty
The name of the component that is being modified.- Specified by:
getComponentName
in interfaceCfnComponent.MutationActionSetStateParameterProperty
- See Also:
-
getProperty
Description copied from interface:CfnComponent.MutationActionSetStateParameterProperty
The name of the component property to apply the state configuration to.- Specified by:
getProperty
in interfaceCfnComponent.MutationActionSetStateParameterProperty
- See Also:
-
getSet
Description copied from interface:CfnComponent.MutationActionSetStateParameterProperty
The state configuration to assign to the property.- Specified by:
getSet
in interfaceCfnComponent.MutationActionSetStateParameterProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-