class Aws::CodeCommit::Types::GetCommentsForPullRequestInput


@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/GetCommentsForPullRequestInput AWS API Documentation
@return [Integer]
500 comments with a single request.
returned results. The default is 100 comments. You can return up to
A non-zero, non-negative integer used to limit the number of
@!attribute [rw] max_results
@return [String]
next batch of the results.
An enumeration token that, when provided in a request, returns the
@!attribute [rw] next_token
@return [String]
is included.
conditional: ‘afterCommitId` must be specified when `repositoryName`
tip of the branch at the time the comment was made. Requirement is
The full commit ID of the commit in the source branch that was the
@!attribute [rw] after_commit_id
@return [String]
`repositoryName` is included.
Requirement is conditional: `beforeCommitId` must be specified when
the tip of the branch at the time the pull request was created.
The full commit ID of the commit in the destination branch that was
@!attribute [rw] before_commit_id
@return [String]
`beforeCommitId` and `afterCommitId` are included.
Requirement is conditional: `repositoryName` must be specified when
The name of the repository that contains the pull request.
@!attribute [rw] repository_name
@return [String]
ListPullRequests.
The system-generated ID of the pull request. To get this ID, use
@!attribute [rw] pull_request_id