JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.codebuild.model

Class DescribeTestCasesRequest

    • Constructor Detail

      • DescribeTestCasesRequest

        public DescribeTestCasesRequest()
    • Method Detail

      • setReportArn

        public void setReportArn(String reportArn)

        The ARN of the report for which test cases are returned.

        Parameters:
        reportArn - The ARN of the report for which test cases are returned.
      • getReportArn

        public String getReportArn()

        The ARN of the report for which test cases are returned.

        Returns:
        The ARN of the report for which test cases are returned.
      • withReportArn

        public DescribeTestCasesRequest withReportArn(String reportArn)

        The ARN of the report for which test cases are returned.

        Parameters:
        reportArn - The ARN of the report for which test cases are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken(String nextToken)

        During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

        Parameters:
        nextToken - During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
      • getNextToken

        public String getNextToken()

        During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

        Returns:
        During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
      • withNextToken

        public DescribeTestCasesRequest withNextToken(String nextToken)

        During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

        Parameters:
        nextToken - During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxResults

        public void setMaxResults(Integer maxResults)

        The maximum number of paginated test cases returned per response. Use nextToken to iterate pages in the list of returned TestCase objects. The default value is 100.

        Parameters:
        maxResults - The maximum number of paginated test cases returned per response. Use nextToken to iterate pages in the list of returned TestCase objects. The default value is 100.
      • getMaxResults

        public Integer getMaxResults()

        The maximum number of paginated test cases returned per response. Use nextToken to iterate pages in the list of returned TestCase objects. The default value is 100.

        Returns:
        The maximum number of paginated test cases returned per response. Use nextToken to iterate pages in the list of returned TestCase objects. The default value is 100.
      • withMaxResults

        public DescribeTestCasesRequest withMaxResults(Integer maxResults)

        The maximum number of paginated test cases returned per response. Use nextToken to iterate pages in the list of returned TestCase objects. The default value is 100.

        Parameters:
        maxResults - The maximum number of paginated test cases returned per response. Use nextToken to iterate pages in the list of returned TestCase objects. The default value is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFilter

        public void setFilter(TestCaseFilter filter)

        A TestCaseFilter object used to filter the returned reports.

        Parameters:
        filter - A TestCaseFilter object used to filter the returned reports.
      • getFilter

        public TestCaseFilter getFilter()

        A TestCaseFilter object used to filter the returned reports.

        Returns:
        A TestCaseFilter object used to filter the returned reports.
      • withFilter

        public DescribeTestCasesRequest withFilter(TestCaseFilter filter)

        A TestCaseFilter object used to filter the returned reports.

        Parameters:
        filter - A TestCaseFilter object used to filter the returned reports.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /