@Generated(value="software.amazon.awssdk:codegen") public final class PostCommentForPullRequestResponse extends CodeCommitResponse implements ToCopyableBuilder<PostCommentForPullRequestResponse.Builder,PostCommentForPullRequestResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PostCommentForPullRequestResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
afterBlobId()
In the directionality of the pull request, the blob ID of the after blob.
|
String |
afterCommitId()
The full commit ID of the commit in the destination branch where the pull request is merged.
|
String |
beforeBlobId()
In the directionality of the pull request, the blob ID of the before blob.
|
String |
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.
|
static PostCommentForPullRequestResponse.Builder |
builder() |
Comment |
comment()
The content of the comment you posted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Location |
location()
The location of the change where you posted your comment.
|
String |
pullRequestId()
The system-generated ID of the pull request.
|
String |
repositoryName()
The name of the repository where you posted a comment on a pull request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PostCommentForPullRequestResponse.Builder> |
serializableBuilderClass() |
PostCommentForPullRequestResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String repositoryName()
The name of the repository where you posted a comment on a pull request.
public final String pullRequestId()
The system-generated ID of the pull request.
public final String 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 final String afterCommitId()
The full commit ID of the commit in the destination branch where the pull request is merged.
public final String beforeBlobId()
In the directionality of the pull request, the blob ID of the before blob.
public final String afterBlobId()
In the directionality of the pull request, the blob ID of the after blob.
public final Location location()
The location of the change where you posted your comment.
public final Comment comment()
The content of the comment you posted.
public PostCommentForPullRequestResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PostCommentForPullRequestResponse.Builder,PostCommentForPullRequestResponse>toBuilder in class AwsResponsepublic static PostCommentForPullRequestResponse.Builder builder()
public static Class<? extends PostCommentForPullRequestResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.