public static interface ListPullRequestsResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<ListPullRequestsResponse.Builder,ListPullRequestsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPullRequestsResponse.Builder |
nextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
|
ListPullRequestsResponse.Builder |
pullRequestIds(Collection<String> pullRequestIds)
The system-generated IDs of the pull requests.
|
ListPullRequestsResponse.Builder |
pullRequestIds(String... pullRequestIds)
The system-generated IDs of the pull requests.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPullRequestsResponse.Builder pullRequestIds(Collection<String> pullRequestIds)
The system-generated IDs of the pull requests.
pullRequestIds - The system-generated IDs of the pull requests.ListPullRequestsResponse.Builder pullRequestIds(String... pullRequestIds)
The system-generated IDs of the pull requests.
pullRequestIds - The system-generated IDs of the pull requests.ListPullRequestsResponse.Builder nextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
nextToken - An enumeration token that allows the operation to batch the next results of the operation.Copyright © 2021. All rights reserved.