Class UpdateTemplateAliasRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

        The ID of the Amazon Web Services account that contains the template alias that you're updating.

        Returns:
        The ID of the Amazon Web Services account that contains the template alias that you're updating.
      • templateId

        public final String templateId()

        The ID for the template.

        Returns:
        The ID for the template.
      • aliasName

        public final String aliasName()

        The alias of the template that you want to update. If you name a specific alias, you update the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.

        Returns:
        The alias of the template that you want to update. If you name a specific alias, you update the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.
      • 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