Class DeleteTemplateAliasRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

        The ID of the Amazon Web Services account that contains the item to delete.

        Returns:
        The ID of the Amazon Web Services account that contains the item to delete.
      • templateId

        public final String templateId()

        The ID for the template that the specified alias is for.

        Returns:
        The ID for the template that the specified alias is for.
      • aliasName

        public final String aliasName()

        The name for the template alias. To delete a specific alias, you delete the version that the alias points to. You can specify the alias name, or specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter.

        Returns:
        The name for the template alias. To delete a specific alias, you delete the version that the alias points to. You can specify the alias name, or specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter.
      • 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