@Generated(value="software.amazon.awssdk:codegen") public final class UpdatePullRequestDescriptionRequest extends CodeCommitRequest implements ToCopyableBuilder<UpdatePullRequestDescriptionRequest.Builder,UpdatePullRequestDescriptionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdatePullRequestDescriptionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdatePullRequestDescriptionRequest.Builder |
builder() |
String |
description()
The updated content of the description for the pull request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
pullRequestId()
The system-generated ID of the pull request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdatePullRequestDescriptionRequest.Builder> |
serializableBuilderClass() |
UpdatePullRequestDescriptionRequest.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 String description()
The updated content of the description for the pull request. This content replaces the existing description.
public UpdatePullRequestDescriptionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdatePullRequestDescriptionRequest.Builder,UpdatePullRequestDescriptionRequest>toBuilder in class CodeCommitRequestpublic static UpdatePullRequestDescriptionRequest.Builder builder()
public static Class<? extends UpdatePullRequestDescriptionRequest.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.