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 Theme

    • Constructor Detail

      • Theme

        public Theme()
    • Method Detail

      • setAppId

        public void setAppId(String appId)

        The unique ID for the Amplify app associated with the theme.

        Parameters:
        appId - The unique ID for the Amplify app associated with the theme.
      • getAppId

        public String getAppId()

        The unique ID for the Amplify app associated with the theme.

        Returns:
        The unique ID for the Amplify app associated with the theme.
      • withAppId

        public Theme withAppId(String appId)

        The unique ID for the Amplify app associated with the theme.

        Parameters:
        appId - The unique ID for the Amplify app associated with the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEnvironmentName

        public void setEnvironmentName(String environmentName)

        The name of the backend environment that is a part of the Amplify app.

        Parameters:
        environmentName - The name of the backend environment that is a part of the Amplify app.
      • getEnvironmentName

        public String getEnvironmentName()

        The name of the backend environment that is a part of the Amplify app.

        Returns:
        The name of the backend environment that is a part of the Amplify app.
      • withEnvironmentName

        public Theme withEnvironmentName(String environmentName)

        The name of the backend environment that is a part of the Amplify app.

        Parameters:
        environmentName - The name of the backend environment that is a part of the Amplify app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        The ID for the theme.

        Parameters:
        id - The ID for the theme.
      • getId

        public String getId()

        The ID for the theme.

        Returns:
        The ID for the theme.
      • withId

        public Theme withId(String id)

        The ID for the theme.

        Parameters:
        id - The ID for the theme.
        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.

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

        public String getName()

        The name of the theme.

        Returns:
        The name of the theme.
      • withName

        public Theme withName(String name)

        The name of the theme.

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

        public void setCreatedAt(Date createdAt)

        The time that the theme was created.

        Parameters:
        createdAt - The time that the theme was created.
      • getCreatedAt

        public Date getCreatedAt()

        The time that the theme was created.

        Returns:
        The time that the theme was created.
      • withCreatedAt

        public Theme withCreatedAt(Date createdAt)

        The time that the theme was created.

        Parameters:
        createdAt - The time that the theme was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModifiedAt

        public void setModifiedAt(Date modifiedAt)

        The time that the theme was modified.

        Parameters:
        modifiedAt - The time that the theme was modified.
      • getModifiedAt

        public Date getModifiedAt()

        The time that the theme was modified.

        Returns:
        The time that the theme was modified.
      • withModifiedAt

        public Theme withModifiedAt(Date modifiedAt)

        The time that the theme was modified.

        Parameters:
        modifiedAt - The time that the theme was modified.
        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 defines the properties of the theme.

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

        public void setValues(Collection<ThemeValues> values)

        A list of key-value pairs that defines the properties of the theme.

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

        public Theme withValues(ThemeValues... values)

        A list of key-value pairs that defines the properties of the theme.

        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 defines the properties of the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withValues

        public Theme withValues(Collection<ThemeValues> values)

        A list of key-value pairs that defines the properties of the theme.

        Parameters:
        values - A list of key-value pairs that defines the properties of the theme.
        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 a theme.

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

        public void setOverrides(Collection<ThemeValues> overrides)

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

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

        public Theme withOverrides(ThemeValues... overrides)

        Describes the properties that can be overriden to customize a 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 a theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withOverrides

        public Theme withOverrides(Collection<ThemeValues> overrides)

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

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

        public Map<String,String> getTags()

        One or more key-value pairs to use when tagging the theme.

        Returns:
        One or more key-value pairs to use when tagging the theme.
      • setTags

        public void setTags(Map<String,String> tags)

        One or more key-value pairs to use when tagging the theme.

        Parameters:
        tags - One or more key-value pairs to use when tagging the theme.
      • withTags

        public Theme withTags(Map<String,String> tags)

        One or more key-value pairs to use when tagging the theme.

        Parameters:
        tags - One or more key-value pairs to use when tagging the theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public Theme clearTagsEntries()
        Removes all the entries added into Tags.
        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 によって変換されたページ (->オリジナル) /