// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`StopAddressListImportJob`](crate::operation::stop_address_list_import_job::builders::StopAddressListImportJobFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`job_id(impl Into<String>)`](crate::operation::stop_address_list_import_job::builders::StopAddressListImportJobFluentBuilder::job_id) / [`set_job_id(Option<String>)`](crate::operation::stop_address_list_import_job::builders::StopAddressListImportJobFluentBuilder::set_job_id):<br>required: **true**<br><p>The identifier of the import job that needs to be stopped.</p><br>
/// - On success, responds with [`StopAddressListImportJobOutput`](crate::operation::stop_address_list_import_job::StopAddressListImportJobOutput)
/// - On failure, responds with [`SdkError<StopAddressListImportJobError>`](crate::operation::stop_address_list_import_job::StopAddressListImportJobError)
pub fn stop_address_list_import_job(&self) -> crate::operation::stop_address_list_import_job::builders::StopAddressListImportJobFluentBuilder {
crate::operation::stop_address_list_import_job::builders::StopAddressListImportJobFluentBuilder::new(self.handle.clone())
}
}