@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 final String pullRequestId()
The system-generated ID of the pull request. To get this ID, use ListPullRequests.
public final 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 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 © 2021. All rights reserved.