Class ListServiceTemplateVersionsRequest

    • Method Detail

      • majorVersion

        public final String majorVersion()

        To view a list of minor of versions under a major version of a service template, include major Version.

        To view a list of major versions of a service template, exclude major Version.

        Returns:
        To view a list of minor of versions under a major version of a service template, include major Version.

        To view a list of major versions of a service template, exclude major Version.

      • maxResults

        public final Integer maxResults()

        The maximum number of major or minor versions of a service template to list.

        Returns:
        The maximum number of major or minor versions of a service template to list.
      • nextToken

        public final String nextToken()

        A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the list of major or minor versions that was previously requested.

        Returns:
        A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the list of major or minor versions that was previously requested.
      • templateName

        public final String templateName()

        The name of the service template.

        Returns:
        The name of the service 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