Class ListPullRequestsRequest

    • Method Detail

      • repositoryName

        public final String repositoryName()

        The name of the repository for which you want to list pull requests.

        Returns:
        The name of the repository for which you want to list pull requests.
      • authorArn

        public final String authorArn()

        Optional. The Amazon Resource Name (ARN) of the user who created the pull request. If used, this filters the results to pull requests created by that user.

        Returns:
        Optional. The Amazon Resource Name (ARN) of the user who created the pull request. If used, this filters the results to pull requests created by that user.
      • pullRequestStatus

        public final PullRequestStatusEnum pullRequestStatus()

        Optional. The status of the pull request. If used, this refines the results to the pull requests that match the specified status.

        If the service returns an enum value that is not available in the current SDK version, pullRequestStatus will return PullRequestStatusEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from pullRequestStatusAsString().

        Returns:
        Optional. The status of the pull request. If used, this refines the results to the pull requests that match the specified status.
        See Also:
        PullRequestStatusEnum
      • pullRequestStatusAsString

        public final String pullRequestStatusAsString()

        Optional. The status of the pull request. If used, this refines the results to the pull requests that match the specified status.

        If the service returns an enum value that is not available in the current SDK version, pullRequestStatus will return PullRequestStatusEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from pullRequestStatusAsString().

        Returns:
        Optional. The status of the pull request. If used, this refines the results to the pull requests that match the specified status.
        See Also:
        PullRequestStatusEnum
      • nextToken

        public final String nextToken()

        An enumeration token that, when provided in a request, returns the next batch of the results.

        Returns:
        An enumeration token that, when provided in a request, returns the next batch of the results.
      • maxResults

        public final Integer maxResults()

        A non-zero, non-negative integer used to limit the number of returned results.

        Returns:
        A non-zero, non-negative integer used to limit the number of returned 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