Class DescribeTemplateDefinitionRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

        The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web Services account that the template is in.

        Returns:
        The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web Services account that the template is in.
      • templateId

        public final String templateId()

        The ID of the template that you're describing.

        Returns:
        The ID of the template that you're describing.
      • versionNumber

        public final Long versionNumber()

        The version number of the template.

        Returns:
        The version number of the template.
      • aliasName

        public final String aliasName()

        The alias of the template that you want to describe. If you name a specific alias, you describe 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 describe. If you name a specific alias, you describe 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.
      • 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