@Generated(value="software.amazon.awssdk:codegen") public final class GetCommentsForPullRequestRequest extends CodeCommitRequest implements ToCopyableBuilder<GetCommentsForPullRequestRequest.Builder,GetCommentsForPullRequestRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetCommentsForPullRequestRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
afterCommitId()
The full commit ID of the commit in the source branch that was the tip of the branch at the time the comment was
made.
|
String |
beforeCommitId()
The full commit ID of the commit in the destination branch that was the tip of the branch at the time the pull
request was created.
|
static GetCommentsForPullRequestRequest.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 |
pullRequestId()
The system-generated ID of the pull request.
|
String |
repositoryName()
The name of the repository that contains the pull request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetCommentsForPullRequestRequest.Builder> |
serializableBuilderClass() |
GetCommentsForPullRequestRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String pullRequestId()
The system-generated ID of the pull request. To get this ID, use ListPullRequests.
public String repositoryName()
The name of the repository that contains the pull request.
public String beforeCommitId()
The full commit ID of the commit in the destination branch that was the tip of the branch at the time the pull request was created.
public String afterCommitId()
The full commit ID of the commit in the source branch that was the tip of the branch at the time the comment was made.
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. You can return up to 500 comments with a single request.
public GetCommentsForPullRequestRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetCommentsForPullRequestRequest.Builder,GetCommentsForPullRequestRequest>toBuilder in class CodeCommitRequestpublic static GetCommentsForPullRequestRequest.Builder builder()
public static Class<? extends GetCommentsForPullRequestRequest.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.