@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 final String pullRequestId()
The system-generated ID of the pull request. To get this ID, use ListPullRequests.
public final String repositoryName()
The name of the repository that contains the pull request. Requirement is conditional:
repositoryName must be specified when beforeCommitId and afterCommitId are
included.
repositoryName must be specified when beforeCommitId and
afterCommitId are included.public final 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. Requirement is conditional: beforeCommitId must be specified when
repositoryName is included.
beforeCommitId must be specified when
repositoryName is included.public final 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. Requirement is conditional: afterCommitId must be specified when repositoryName
is included.
afterCommitId must be specified when
repositoryName is included.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. 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 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 © 2023. All rights reserved.