Class DescribeTemplateRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

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

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

        public final String templateId()

        The ID for the template.

        Returns:
        The ID for the template.
      • versionNumber

        public final Long versionNumber()

        (Optional) The number for the version to describe. If a VersionNumber parameter value isn't provided, the latest version of the template is described.

        Returns:
        (Optional) The number for the version to describe. If a VersionNumber parameter value isn't provided, the latest version of the template is described.
      • 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