aws-sdk-mailmanager 1.83.0

AWS SDK for MailManager
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`StartAddressListImportJob`](crate::operation::start_address_list_import_job::builders::StartAddressListImportJobFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`job_id(impl Into<String>)`](crate::operation::start_address_list_import_job::builders::StartAddressListImportJobFluentBuilder::job_id) / [`set_job_id(Option<String>)`](crate::operation::start_address_list_import_job::builders::StartAddressListImportJobFluentBuilder::set_job_id):<br>required: **true**<br><p>The identifier of the import job that needs to be started.</p><br>
    /// - On success, responds with [`StartAddressListImportJobOutput`](crate::operation::start_address_list_import_job::StartAddressListImportJobOutput)
    /// - On failure, responds with [`SdkError<StartAddressListImportJobError>`](crate::operation::start_address_list_import_job::StartAddressListImportJobError)
    pub fn start_address_list_import_job(&self) -> crate::operation::start_address_list_import_job::builders::StartAddressListImportJobFluentBuilder {
        crate::operation::start_address_list_import_job::builders::StartAddressListImportJobFluentBuilder::new(self.handle.clone())
    }
}