AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Returns information about comments on a pull request.

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.CommentsForPullRequest

Namespace: Amazon.CodeCommit.Model
Assembly: AWSSDK.CodeCommit.dll
Version: 3.x.y.z

Syntax

C#
public class CommentsForPullRequest

The CommentsForPullRequest type exposes the following members

Constructors

NameDescription
Public Method CommentsForPullRequest()

Properties

NameTypeDescription
Public Property AfterBlobId System.String

Gets and sets the property AfterBlobId.

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

Public Property AfterCommitId System.String

Gets and sets the property AfterCommitId.

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

Public Property BeforeBlobId System.String

Gets and sets the property BeforeBlobId.

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

Public Property BeforeCommitId System.String

Gets and sets the property BeforeCommitId.

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.

Public Property Comments System.Collections.Generic.List<Amazon.CodeCommit.Model.Comment>

Gets and sets the property Comments.

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

Public Property Location Amazon.CodeCommit.Model.Location

Gets and sets the property 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).

Public Property PullRequestId System.String

Gets and sets the property PullRequestId.

The system-generated ID of the pull request.

Public Property RepositoryName System.String

Gets and sets the property RepositoryName.

The name of the repository that contains the pull request.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5