@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 String pullRequestId()
The system-generated ID of the pull request. To get this ID, use ListPullRequests.
public 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 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 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 String nextToken()
An enumeration token that, when provided in a request, returns the next batch of the results.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.