@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 String repositoryName()
The name of the repository where you want to compare commits.
public String beforeCommitId()
To establish the directionality of the comparison, the full commit ID of the before commit.
public String afterCommitId()
To establish the directionality of the comparison, the full commit ID of the after commit.
public String nextToken()
An enumeration token that when provided in a request, returns the next batch of the results.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.