@Generated(value="software.amazon.awssdk:codegen") public final class PostCommentForComparedCommitResponse extends CodeCommitResponse implements ToCopyableBuilder<PostCommentForComparedCommitResponse.Builder,PostCommentForComparedCommitResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PostCommentForComparedCommitResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
afterBlobId()
In the directionality you established, the blob ID of the 'after' blob.
|
String |
afterCommitId()
In the directionality you established, the full commit ID of the 'after' commit.
|
String |
beforeBlobId()
In the directionality you established, the blob ID of the 'before' blob.
|
String |
beforeCommitId()
In the directionality you established, the full commit ID of the 'before' commit.
|
static PostCommentForComparedCommitResponse.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 comment in the comparison between the two commits.
|
String |
repositoryName()
The name of the repository where you posted a comment on the comparison between commits.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PostCommentForComparedCommitResponse.Builder> |
serializableBuilderClass() |
PostCommentForComparedCommitResponse.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 the comparison between commits.
public String beforeCommitId()
In the directionality you established, the full commit ID of the 'before' commit.
public String afterCommitId()
In the directionality you established, the full commit ID of the 'after' commit.
public String beforeBlobId()
In the directionality you established, the blob ID of the 'before' blob.
public String afterBlobId()
In the directionality you established, the blob ID of the 'after' blob.
public Location location()
The location of the comment in the comparison between the two commits.
public Comment comment()
The content of the comment you posted.
public PostCommentForComparedCommitResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PostCommentForComparedCommitResponse.Builder,PostCommentForComparedCommitResponse>toBuilder in class AwsResponsepublic static PostCommentForComparedCommitResponse.Builder builder()
public static Class<? extends PostCommentForComparedCommitResponse.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 © 2019. All rights reserved.