PullRequest

Returns information about a pull request.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The approval rules applied to the pull request.

Link copied to clipboard

The Amazon Resource Name (ARN) of the user who created the pull request.

Link copied to clipboard

A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.

Link copied to clipboard

The date and time the pull request was originally created, in timestamp format.

Link copied to clipboard

The user-defined description of the pull request. This description can be used to clarify what should be reviewed and other details of the request.

Link copied to clipboard

The day and time of the last user or system activity on the pull request, in timestamp format.

Link copied to clipboard

The system-generated ID of the pull request.

Link copied to clipboard

The status of the pull request. Pull request status can only change from OPEN to CLOSED.

Link copied to clipboard

The targets of the pull request, including the source branch and destination branch for the pull request.

Link copied to clipboard

The system-generated revision ID for the pull request.

Link copied to clipboard

The user-defined title of the pull request. This title is displayed in the list of pull requests to other repository users.

Functions

Link copied to clipboard
inline fun copy(block: PullRequest.Builder.() -> Unit = {}): PullRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String