Interface ListTestSetsResponse.Builder

    • Method Detail

      • testSets

        ListTestSetsResponse.Builder testSets​(Collection<TestSetSummary> testSets)

        The selected test sets in a list of test sets.

        Parameters:
        testSets - The selected test sets in a list of test sets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • testSets

        ListTestSetsResponse.Builder testSets​(TestSetSummary... testSets)

        The selected test sets in a list of test sets.

        Parameters:
        testSets - The selected test sets in a list of test sets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTestSetsResponse.Builder nextToken​(String nextToken)

        A token that indicates whether there are more results to return in a response to the ListTestSets operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSets operation request to get the next page of results.

        Parameters:
        nextToken - A token that indicates whether there are more results to return in a response to the ListTestSets operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSets operation request to get the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.