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