| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static GetCommentsForPullRequestResponse.Builder |
GetCommentsForPullRequestResponse.builder() |
GetCommentsForPullRequestResponse.Builder |
GetCommentsForPullRequestResponse.Builder.commentsForPullRequestData(Collection<CommentsForPullRequest> commentsForPullRequestData)
An array of comment objects on the pull request.
|
GetCommentsForPullRequestResponse.Builder |
GetCommentsForPullRequestResponse.Builder.commentsForPullRequestData(CommentsForPullRequest... commentsForPullRequestData)
An array of comment objects on the pull request.
|
GetCommentsForPullRequestResponse.Builder |
GetCommentsForPullRequestResponse.Builder.commentsForPullRequestData(Consumer<CommentsForPullRequest.Builder>... commentsForPullRequestData)
An array of comment objects on the pull request.
|
GetCommentsForPullRequestResponse.Builder |
GetCommentsForPullRequestResponse.Builder.nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
GetCommentsForPullRequestResponse.Builder |
GetCommentsForPullRequestResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCommentsForPullRequestResponse.Builder> |
GetCommentsForPullRequestResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.