@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 final String repositoryName()
The name of the repository where you posted a comment on the comparison between commits.
public final String beforeCommitId()
In the directionality you established, the full commit ID of the before commit.
public final String afterCommitId()
In the directionality you established, the full commit ID of the after commit.
public final String beforeBlobId()
In the directionality you established, the blob ID of the before blob.
public final String afterBlobId()
In the directionality you established, the blob ID of the after blob.
public final Location location()
The location of the comment in the comparison between the two commits.
public final 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 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 © 2023. All rights reserved.