The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::CodeCommit::CommentsForPullRequest

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::CodeCommit::CommentsForPullRequest object:

  $service_obj->Method(Att1 => { AfterBlobId => $value, ..., RepositoryName => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::CodeCommit::CommentsForPullRequest object:

  $result = $service_obj->Method(...);
  $result->Att1->AfterBlobId

DESCRIPTION

Returns information about comments on a pull request.

ATTRIBUTES

AfterBlobId => Str

The full blob ID of the file on which you want to comment on the source commit.

AfterCommitId => Str

The full commit ID of the commit that was the tip of the source branch at the time the comment was made.

BeforeBlobId => Str

The full blob ID of the file on which you want to comment on the destination commit.

BeforeCommitId => Str

The full commit ID of the commit that was the tip of the destination branch when the pull request was created. This commit is superceded by the after commit in the source branch when and if you merge the source branch into the destination branch.

Comments => ArrayRef[Paws::CodeCommit::Comment]

An array of comment objects. Each comment object contains information about a comment on the pull request.

Location => Paws::CodeCommit::Location

Location information about the comment on the pull request, including the file name, line number, and whether the version of the file where the comment was made is BEFORE (destination branch) or AFTER (source branch).

PullRequestId => Str

The system-generated ID of the pull request.

RepositoryName => Str

The name of the repository that contains the pull request.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::CodeCommit

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues