Class DeleteTemplateRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

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

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

        public final String templateId()

        An ID for the template you want to delete.

        Returns:
        An ID for the template you want to delete.
      • versionNumber

        public final Long versionNumber()

        Specifies the version of the template that you want to delete. If you don't provide a version number, DeleteTemplate deletes all versions of the template.

        Returns:
        Specifies the version of the template that you want to delete. If you don't provide a version number, DeleteTemplate deletes all versions 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