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