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.

This is the response object from the PostCommentForPullRequest operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.CodeCommit.Model.PostCommentForPullRequestResponse

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

Syntax

C#
public class PostCommentForPullRequestResponse : AmazonWebServiceResponse

The PostCommentForPullRequestResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AfterBlobId System.String

Gets and sets the property AfterBlobId.

In the directionality of the pull request, the blob ID of the after blob.

Public Property AfterCommitId System.String

Gets and sets the property AfterCommitId.

The full commit ID of the commit in the destination branch where the pull request is merged.

Public Property BeforeBlobId System.String

Gets and sets the property BeforeBlobId.

In the directionality of the pull request, the blob ID of the before blob.

Public Property BeforeCommitId System.String

Gets and sets the property BeforeCommitId.

The full commit ID of the commit in the source branch used to create the pull request, or in the case of an updated pull request, the full commit ID of the commit used to update the pull request.

Public Property Comment Amazon.CodeCommit.Model.Comment

Gets and sets the property Comment.

The content of the comment you posted.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Location Amazon.CodeCommit.Model.Location

Gets and sets the property Location.

The location of the change where you posted your comment.

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 where you posted a comment on a pull request.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.

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