@Generated(value="software.amazon.awssdk:codegen") public final class DescribePullRequestEventsRequest extends CodeCommitRequest implements ToCopyableBuilder<DescribePullRequestEventsRequest.Builder,DescribePullRequestEventsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribePullRequestEventsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
actorArn()
The Amazon Resource Name (ARN) of the user whose actions resulted in the event.
|
static DescribePullRequestEventsRequest.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.
|
PullRequestEventType |
pullRequestEventType()
Optional.
|
String |
pullRequestEventTypeAsString()
Optional.
|
String |
pullRequestId()
The system-generated ID of the pull request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribePullRequestEventsRequest.Builder> |
serializableBuilderClass() |
DescribePullRequestEventsRequest.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 PullRequestEventType pullRequestEventType()
Optional. The pull request event type about which you want to return information.
If the service returns an enum value that is not available in the current SDK version,
pullRequestEventType will return PullRequestEventType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from pullRequestEventTypeAsString().
PullRequestEventTypepublic final String pullRequestEventTypeAsString()
Optional. The pull request event type about which you want to return information.
If the service returns an enum value that is not available in the current SDK version,
pullRequestEventType will return PullRequestEventType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from pullRequestEventTypeAsString().
PullRequestEventTypepublic final String actorArn()
The Amazon Resource Name (ARN) of the user whose actions resulted in the event. Examples include updating the pull request with more commits or changing the status of a pull request.
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 events, which is also the maximum number of events that can be returned in a result.
public DescribePullRequestEventsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribePullRequestEventsRequest.Builder,DescribePullRequestEventsRequest>toBuilder in class CodeCommitRequestpublic static DescribePullRequestEventsRequest.Builder builder()
public static Class<? extends DescribePullRequestEventsRequest.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.