@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MergePullRequestByFastForwardResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
MergePullRequestByFastForwardResult() |
Modifier and Type | Method and Description |
---|---|
MergePullRequestByFastForwardResult |
clone() |
boolean |
equals(Object obj) |
PullRequest |
getPullRequest()
Information about the specified pull request, including information about the merge.
|
int |
hashCode() |
void |
setPullRequest(PullRequest pullRequest)
Information about the specified pull request, including information about the merge.
|
String |
toString()
Returns a string representation of this object.
|
MergePullRequestByFastForwardResult |
withPullRequest(PullRequest pullRequest)
Information about the specified pull request, including information about the merge.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPullRequest(PullRequest pullRequest)
Information about the specified pull request, including information about the merge.
pullRequest
- Information about the specified pull request, including information about the merge.public PullRequest getPullRequest()
Information about the specified pull request, including information about the merge.
public MergePullRequestByFastForwardResult withPullRequest(PullRequest pullRequest)
Information about the specified pull request, including information about the merge.
pullRequest
- Information about the specified pull request, including information about the merge.public String toString()
toString
in class Object
Object.toString()
public MergePullRequestByFastForwardResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.