Class ListSuiteRunsRequest

    • Method Detail

      • suiteDefinitionId

        public final String suiteDefinitionId()

        Lists the test suite runs of the specified test suite based on suite definition ID.

        Returns:
        Lists the test suite runs of the specified test suite based on suite definition ID.
      • suiteDefinitionVersion

        public final String suiteDefinitionVersion()

        Must be passed along with suiteDefinitionId. Lists the test suite runs of the specified test suite based on suite definition version.

        Returns:
        Must be passed along with suiteDefinitionId. Lists the test suite runs of the specified test suite based on suite definition version.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return at once.

        Returns:
        The maximum number of results to return at once.
      • nextToken

        public final String nextToken()

        A token to retrieve the next set of results.

        Returns:
        A token to retrieve the next set of results.
      • 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