@Generated(value="software.amazon.awssdk:codegen") public final class GetCommentsForComparedCommitRequest extends CodeCommitRequest implements ToCopyableBuilder<GetCommentsForComparedCommitRequest.Builder,GetCommentsForComparedCommitRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetCommentsForComparedCommitRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
afterCommitId()
To establish the directionality of the comparison, the full commit ID of the after commit.
|
String |
beforeCommitId()
To establish the directionality of the comparison, the full commit ID of the before commit.
|
static GetCommentsForComparedCommitRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
A non-zero, non-negative integer used to limit the number of returned results.
|
String |
nextToken()
An enumeration token that when provided in a request, returns the next batch of the results.
|
String |
repositoryName()
The name of the repository where you want to compare commits.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetCommentsForComparedCommitRequest.Builder> |
serializableBuilderClass() |
GetCommentsForComparedCommitRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String repositoryName()
The name of the repository where you want to compare commits.
public final String beforeCommitId()
To establish the directionality of the comparison, the full commit ID of the before commit.
public final String afterCommitId()
To establish the directionality of the comparison, the full commit ID of the after commit.
public final String nextToken()
An enumeration token that when provided in a request, returns the next batch of the results.
public final Integer maxResults()
A non-zero, non-negative integer used to limit the number of returned results. The default is 100 comments, but you can configure up to 500.
public GetCommentsForComparedCommitRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetCommentsForComparedCommitRequest.Builder,GetCommentsForComparedCommitRequest>toBuilder in class CodeCommitRequestpublic static GetCommentsForComparedCommitRequest.Builder builder()
public static Class<? extends GetCommentsForComparedCommitRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2021. All rights reserved.