Class CfnComponent.ActionParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ActionParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComponent.ActionParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnComponent.ActionParametersProperty
@Stability(Stable)
@Internal
public static final class CfnComponent.ActionParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponent.ActionParametersProperty
An implementation for
CfnComponent.ActionParametersProperty-
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.ActionParametersProperty
CfnComponent.ActionParametersProperty.Builder, CfnComponent.ActionParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponent.ActionParametersProperty.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 HTML anchor link to the location to open.final ObjectA dictionary of key-value pairs mapping Amplify Studio properties to fields in a data model.final ObjectSpecifies whether the user should be signed out globally.final ObjectgetId()The unique ID of the component that theActionParametersapply to.final StringgetModel()The name of the data model.final ObjectgetState()A key-value pair that specifies the state property name and its initial value.final ObjectThe element within the same component to modify when the action occurs.final ObjectgetType()The type of navigation action.final ObjectgetUrl()The URL to the location to open.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.ActionParametersProperty.Builder.
-
-
Method Details
-
getAnchor
Description copied from interface:CfnComponent.ActionParametersPropertyThe HTML anchor link to the location to open.Specify this value for a navigation action.
- Specified by:
getAnchorin interfaceCfnComponent.ActionParametersProperty
-
getFields
Description copied from interface:CfnComponent.ActionParametersPropertyA dictionary of key-value pairs mapping Amplify Studio properties to fields in a data model.Use when the action performs an operation on an Amplify DataStore model.
- Specified by:
getFieldsin interfaceCfnComponent.ActionParametersProperty
-
getGlobal
Description copied from interface:CfnComponent.ActionParametersPropertySpecifies whether the user should be signed out globally.Specify this value for an auth sign out action.
- Specified by:
getGlobalin interfaceCfnComponent.ActionParametersProperty
-
getId
Description copied from interface:CfnComponent.ActionParametersPropertyThe unique ID of the component that theActionParametersapply to.- Specified by:
getIdin interfaceCfnComponent.ActionParametersProperty
-
getModel
Description copied from interface:CfnComponent.ActionParametersPropertyThe name of the data model.Use when the action performs an operation on an Amplify DataStore model.
- Specified by:
getModelin interfaceCfnComponent.ActionParametersProperty
-
getState
Description copied from interface:CfnComponent.ActionParametersPropertyA key-value pair that specifies the state property name and its initial value.- Specified by:
getStatein interfaceCfnComponent.ActionParametersProperty
-
getTarget
Description copied from interface:CfnComponent.ActionParametersPropertyThe element within the same component to modify when the action occurs.- Specified by:
getTargetin interfaceCfnComponent.ActionParametersProperty
-
getType
Description copied from interface:CfnComponent.ActionParametersPropertyThe type of navigation action.Valid values are
urlandanchor. This value is required for a navigation action.- Specified by:
getTypein interfaceCfnComponent.ActionParametersProperty
-
getUrl
Description copied from interface:CfnComponent.ActionParametersPropertyThe URL to the location to open.Specify this value for a navigation action.
- Specified by:
getUrlin interfaceCfnComponent.ActionParametersProperty
-
$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()
-