JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.amplifyuibuilder.model

Class MutationActionSetStateParameter

    • Constructor Detail

      • MutationActionSetStateParameter

        public MutationActionSetStateParameter()
    • Method Detail

      • setComponentName

        public void setComponentName(String componentName)

        The name of the component that is being modified.

        Parameters:
        componentName - The name of the component that is being modified.
      • getComponentName

        public String getComponentName()

        The name of the component that is being modified.

        Returns:
        The name of the component that is being modified.
      • withComponentName

        public MutationActionSetStateParameter withComponentName(String componentName)

        The name of the component that is being modified.

        Parameters:
        componentName - The name of the component that is being modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProperty

        public void setProperty(String property)

        The name of the component property to apply the state configuration to.

        Parameters:
        property - The name of the component property to apply the state configuration to.
      • getProperty

        public String getProperty()

        The name of the component property to apply the state configuration to.

        Returns:
        The name of the component property to apply the state configuration to.
      • withProperty

        public MutationActionSetStateParameter withProperty(String property)

        The name of the component property to apply the state configuration to.

        Parameters:
        property - The name of the component property to apply the state configuration to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSet

        public void setSet(ComponentProperty set)

        The state configuration to assign to the property.

        Parameters:
        set - The state configuration to assign to the property.
      • getSet

        public ComponentProperty getSet()

        The state configuration to assign to the property.

        Returns:
        The state configuration to assign to the property.
      • withSet

        public MutationActionSetStateParameter withSet(ComponentProperty set)

        The state configuration to assign to the property.

        Parameters:
        set - The state configuration to assign to the property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /