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 PostCommentForComparedCommit operation.
Namespace: Amazon.CodeCommit.Model
Assembly: AWSSDK.CodeCommit.dll
Version: 3.x.y.z
public class PostCommentForComparedCommitResponse : AmazonWebServiceResponse
The PostCommentForComparedCommitResponse type exposes the following members
| Name | Description | |
|---|---|---|
|
PostCommentForComparedCommitResponse() |
| Name | Type | Description | |
|---|---|---|---|
|
AfterBlobId | System.String |
Gets and sets the property AfterBlobId. In the directionality you established, the blob ID of the after blob. |
|
AfterCommitId | System.String |
Gets and sets the property AfterCommitId. In the directionality you established, the full commit ID of the after commit. |
|
BeforeBlobId | System.String |
Gets and sets the property BeforeBlobId. In the directionality you established, the blob ID of the before blob. |
|
BeforeCommitId | System.String |
Gets and sets the property BeforeCommitId. In the directionality you established, the full commit ID of the before commit. |
|
Comment | Amazon.CodeCommit.Model.Comment |
Gets and sets the property Comment. The content of the comment you posted. |
|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
Location | Amazon.CodeCommit.Model.Location |
Gets and sets the property Location. The location of the comment in the comparison between the two commits. |
|
RepositoryName | System.String |
Gets and sets the property RepositoryName. The name of the repository where you posted a comment on the comparison between commits. |
|
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer