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 UpdateThemeData

    • Constructor Detail

      • UpdateThemeData

        public UpdateThemeData()
    • Method Detail

      • setId

        public void setId(String id)

        The unique ID of the theme to update.

        Parameters:
        id - The unique ID of the theme to update.
      • getId

        public String getId()

        The unique ID of the theme to update.

        Returns:
        The unique ID of the theme to update.
      • withId

        public UpdateThemeData withId(String id)

        The unique ID of the theme to update.

        Parameters:
        id - The unique ID of the theme to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of the theme to update.

        Parameters:
        name - The name of the theme to update.
      • getName

        public String getName()

        The name of the theme to update.

        Returns:
        The name of the theme to update.
      • withName

        public UpdateThemeData withName(String name)

        The name of the theme to update.

        Parameters:
        name - The name of the theme to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getValues

        public List<ThemeValues> getValues()

        A list of key-value pairs that define the theme's properties.

        Returns:
        A list of key-value pairs that define the theme's properties.
      • setValues

        public void setValues(Collection<ThemeValues> values)

        A list of key-value pairs that define the theme's properties.

        Parameters:
        values - A list of key-value pairs that define the theme's properties.
      • withValues

        public UpdateThemeData withValues(ThemeValues... values)

        A list of key-value pairs that define the theme's properties.

        NOTE: This method appends the values to the existing list (if any). Use setValues(java.util.Collection) or withValues(java.util.Collection) if you want to override the existing values.

        Parameters:
        values - A list of key-value pairs that define the theme's properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withValues

        public UpdateThemeData withValues(Collection<ThemeValues> values)

        A list of key-value pairs that define the theme's properties.

        Parameters:
        values - A list of key-value pairs that define the theme's properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getOverrides

        public List<ThemeValues> getOverrides()

        Describes the properties that can be overriden to customize the theme.

        Returns:
        Describes the properties that can be overriden to customize the theme.
      • setOverrides

        public void setOverrides(Collection<ThemeValues> overrides)

        Describes the properties that can be overriden to customize the theme.

        Parameters:
        overrides - Describes the properties that can be overriden to customize the theme.
      • withOverrides

        public UpdateThemeData withOverrides(ThemeValues... overrides)

        Describes the properties that can be overriden to customize the theme.

        NOTE: This method appends the values to the existing list (if any). Use setOverrides(java.util.Collection) or withOverrides(java.util.Collection) if you want to override the existing values.

        Parameters:
        overrides - Describes the properties that can be overriden to customize the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withOverrides

        public UpdateThemeData withOverrides(Collection<ThemeValues> overrides)

        Describes the properties that can be overriden to customize the theme.

        Parameters:
        overrides - Describes the properties that can be overriden to customize the theme.
        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 によって変換されたページ (->オリジナル) /