Class CreateThemeAliasRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

        The ID of the Amazon Web Services account that contains the theme for the new theme alias.

        Returns:
        The ID of the Amazon Web Services account that contains the theme for the new theme alias.
      • themeId

        public final String themeId()

        An ID for the theme alias.

        Returns:
        An ID for the theme alias.
      • aliasName

        public final String aliasName()

        The name that you want to give to the theme alias that you are creating. The alias name can't begin with a $. Alias names that start with $ are reserved by Amazon QuickSight.

        Returns:
        The name that you want to give to the theme alias that you are creating. The alias name can't begin with a $. Alias names that start with $ are reserved by Amazon QuickSight.
      • themeVersionNumber

        public final Long themeVersionNumber()

        The version number of the theme.

        Returns:
        The version number of the theme.
      • toString

        public final 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