Class DescribePullRequestEventsRequest

    • Method Detail

      • pullRequestId

        public final String pullRequestId()

        The system-generated ID of the pull request. To get this ID, use ListPullRequests.

        Returns:
        The system-generated ID of the pull request. To get this ID, use ListPullRequests.
      • pullRequestEventTypeAsString

        public final String pullRequestEventTypeAsString()

        Optional. The pull request event type about which you want to return information.

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

        Returns:
        Optional. The pull request event type about which you want to return information.
        See Also:
        PullRequestEventType
      • actorArn

        public final String actorArn()

        The Amazon Resource Name (ARN) of the user whose actions resulted in the event. Examples include updating the pull request with more commits or changing the status of a pull request.

        Returns:
        The Amazon Resource Name (ARN) of the user whose actions resulted in the event. Examples include updating the pull request with more commits or changing the status of a pull request.
      • 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. The default is 100 events, which is also the maximum number of events that can be returned in a result.

        Returns:
        A non-zero, non-negative integer used to limit the number of returned results. The default is 100 events, which is also the maximum number of events that can be returned in a result.
      • 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