// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetCrawler`](crate::operation::get_crawler::builders::GetCrawlerFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`name(impl Into<String>)`](crate::operation::get_crawler::builders::GetCrawlerFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::get_crawler::builders::GetCrawlerFluentBuilder::set_name):<br>required: **true**<br><p>The name of the crawler to retrieve metadata for.</p><br>
/// - On success, responds with [`GetCrawlerOutput`](crate::operation::get_crawler::GetCrawlerOutput) with field(s):
/// - [`crawler(Option<Crawler>)`](crate::operation::get_crawler::GetCrawlerOutput::crawler): <p>The metadata for the specified crawler.</p>
/// - On failure, responds with [`SdkError<GetCrawlerError>`](crate::operation::get_crawler::GetCrawlerError)
pub fn get_crawler(&self) -> crate::operation::get_crawler::builders::GetCrawlerFluentBuilder {
crate::operation::get_crawler::builders::GetCrawlerFluentBuilder::new(self.handle.clone())
}
}