// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetPullRequest`](crate::operation::get_pull_request::builders::GetPullRequestFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`pull_request_id(impl Into<String>)`](crate::operation::get_pull_request::builders::GetPullRequestFluentBuilder::pull_request_id) / [`set_pull_request_id(Option<String>)`](crate::operation::get_pull_request::builders::GetPullRequestFluentBuilder::set_pull_request_id):<br>required: **true**<br><p>The system-generated ID of the pull request. To get this ID, use <code>ListPullRequests</code>.</p><br>
/// - On success, responds with [`GetPullRequestOutput`](crate::operation::get_pull_request::GetPullRequestOutput) with field(s):
/// - [`pull_request(Option<PullRequest>)`](crate::operation::get_pull_request::GetPullRequestOutput::pull_request): <p>Information about the specified pull request.</p>
/// - On failure, responds with [`SdkError<GetPullRequestError>`](crate::operation::get_pull_request::GetPullRequestError)
pub fn get_pull_request(&self) -> crate::operation::get_pull_request::builders::GetPullRequestFluentBuilder {
crate::operation::get_pull_request::builders::GetPullRequestFluentBuilder::new(self.handle.clone())
}
}