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