Class CreateTemplateAliasRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

        The ID of the Amazon Web Services account that contains the template that you creating an alias for.

        Returns:
        The ID of the Amazon Web Services account that contains the template that you creating an alias for.
      • templateId

        public final String templateId()

        An ID for the template.

        Returns:
        An ID for the template.
      • aliasName

        public final String aliasName()

        The name that you want to give to the template alias that you're creating. Don't start the alias name with the $ character. Alias names that start with $ are reserved by QuickSight.

        Returns:
        The name that you want to give to the template alias that you're creating. Don't start the alias name with the $ character. Alias names that start with $ are reserved by QuickSight.
      • templateVersionNumber

        public final Long templateVersionNumber()

        The version number of the template.

        Returns:
        The version number of the template.
      • 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