@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePullRequestDescriptionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdatePullRequestDescriptionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdatePullRequestDescriptionResult | clone() | 
| boolean | equals(Object obj) | 
| PullRequest | getPullRequest()
 Information about the updated pull request. | 
| int | hashCode() | 
| void | setPullRequest(PullRequest pullRequest)
 Information about the updated pull request. | 
| String | toString()Returns a string representation of this object. | 
| UpdatePullRequestDescriptionResult | withPullRequest(PullRequest pullRequest)
 Information about the updated pull request. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPullRequest(PullRequest pullRequest)
Information about the updated pull request.
pullRequest - Information about the updated pull request.public PullRequest getPullRequest()
Information about the updated pull request.
public UpdatePullRequestDescriptionResult withPullRequest(PullRequest pullRequest)
Information about the updated pull request.
pullRequest - Information about the updated pull request.public String toString()
toString in class ObjectObject.toString()public UpdatePullRequestDescriptionResult clone()