@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePullRequestDescriptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdatePullRequestDescriptionRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdatePullRequestDescriptionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The updated content of the description for the pull request.
|
String |
getPullRequestId()
The system-generated ID of the pull request.
|
int |
hashCode() |
void |
setDescription(String description)
The updated content of the description for the pull request.
|
void |
setPullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePullRequestDescriptionRequest |
withDescription(String description)
The updated content of the description for the pull request.
|
UpdatePullRequestDescriptionRequest |
withPullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setPullRequestId(String pullRequestId)
The system-generated ID of the pull request. To get this ID, use ListPullRequests.
pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.public String getPullRequestId()
The system-generated ID of the pull request. To get this ID, use ListPullRequests.
public UpdatePullRequestDescriptionRequest withPullRequestId(String pullRequestId)
The system-generated ID of the pull request. To get this ID, use ListPullRequests.
pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.public void setDescription(String description)
The updated content of the description for the pull request. This content replaces the existing description.
description - The updated content of the description for the pull request. This content replaces the existing
description.public String getDescription()
The updated content of the description for the pull request. This content replaces the existing description.
public UpdatePullRequestDescriptionRequest withDescription(String description)
The updated content of the description for the pull request. This content replaces the existing description.
description - The updated content of the description for the pull request. This content replaces the existing
description.public String toString()
toString in class ObjectObject.toString()public UpdatePullRequestDescriptionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()