@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 String repositoryName()
The name of the repository where you posted a comment on a pull request.
public String pullRequestId()
The system-generated ID of the pull request.
public 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 String afterCommitId()
The full commit ID of the commit in the destination branch where the pull request is merged.
public String beforeBlobId()
In the directionality of the pull request, the blob ID of the before blob.
public String afterBlobId()
In the directionality of the pull request, the blob ID of the after blob.
public Location location()
The location of the change where you posted your comment.
public 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.