Class ListEnvironmentTemplateVersionsRequest

    • Method Detail

      • majorVersion

        public final String majorVersion()

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

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

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

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

      • maxResults

        public final Integer maxResults()

        The maximum number of major or minor versions of an environment template to list.

        Returns:
        The maximum number of major or minor versions of an environment 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 an environment 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 an environment template, after the list of major or minor versions that was previously requested.
      • templateName

        public final String templateName()

        The name of the environment template.

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