@Generated(value="software.amazon.awssdk:codegen") public final class ListPullRequestsRequest extends CodeCommitRequest implements ToCopyableBuilder<ListPullRequestsRequest.Builder,ListPullRequestsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPullRequestsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
authorArn()
Optional.
|
static ListPullRequestsRequest.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.
|
PullRequestStatusEnum |
pullRequestStatus()
Optional.
|
String |
pullRequestStatusAsString()
Optional.
|
String |
repositoryName()
The name of the repository for which you want to list pull requests.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListPullRequestsRequest.Builder> |
serializableBuilderClass() |
ListPullRequestsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String repositoryName()
The name of the repository for which you want to list pull requests.
public final String authorArn()
Optional. The Amazon Resource Name (ARN) of the user who created the pull request. If used, this filters the results to pull requests created by that user.
public final PullRequestStatusEnum pullRequestStatus()
Optional. The status of the pull request. If used, this refines the results to the pull requests that match the specified status.
If the service returns an enum value that is not available in the current SDK version, pullRequestStatus
will return PullRequestStatusEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from pullRequestStatusAsString().
PullRequestStatusEnumpublic final String pullRequestStatusAsString()
Optional. The status of the pull request. If used, this refines the results to the pull requests that match the specified status.
If the service returns an enum value that is not available in the current SDK version, pullRequestStatus
will return PullRequestStatusEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from pullRequestStatusAsString().
PullRequestStatusEnumpublic 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.
public ListPullRequestsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListPullRequestsRequest.Builder,ListPullRequestsRequest>toBuilder in class CodeCommitRequestpublic static ListPullRequestsRequest.Builder builder()
public static Class<? extends ListPullRequestsRequest.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 © 2022. All rights reserved.