@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; useful for testing and debugging.
|
MergePullRequestByFastForwardResult |
withPullRequest(PullRequest pullRequest)
Information about the specified pull request, including information about the merge.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public MergePullRequestByFastForwardResult clone()
Copyright © 2018. All rights reserved.