// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ImportServerCatalog`](crate::operation::import_server_catalog::builders::ImportServerCatalogFluentBuilder) operation.
///
/// - The fluent builder takes no input, just [`send`](crate::operation::import_server_catalog::builders::ImportServerCatalogFluentBuilder::send) it.
/// - On success, responds with [`ImportServerCatalogOutput`](crate::operation::import_server_catalog::ImportServerCatalogOutput)
/// - On failure, responds with [`SdkError<ImportServerCatalogError>`](crate::operation::import_server_catalog::ImportServerCatalogError)
pub fn import_server_catalog(&self) -> crate::operation::import_server_catalog::builders::ImportServerCatalogFluentBuilder {
crate::operation::import_server_catalog::builders::ImportServerCatalogFluentBuilder::new(self.handle.clone())
}
}