// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ListAddressListImportJobs`](crate::operation::list_address_list_import_jobs::builders::ListAddressListImportJobsFluentBuilder) operation.
/// This operation supports pagination; See [`into_paginator()`](crate::operation::list_address_list_import_jobs::builders::ListAddressListImportJobsFluentBuilder::into_paginator).
///
/// - The fluent builder is configurable:
/// - [`address_list_id(impl Into<String>)`](crate::operation::list_address_list_import_jobs::builders::ListAddressListImportJobsFluentBuilder::address_list_id) / [`set_address_list_id(Option<String>)`](crate::operation::list_address_list_import_jobs::builders::ListAddressListImportJobsFluentBuilder::set_address_list_id):<br>required: **true**<br><p>The unique identifier of the address list for listing import jobs.</p><br>
/// - [`next_token(impl Into<String>)`](crate::operation::list_address_list_import_jobs::builders::ListAddressListImportJobsFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::list_address_list_import_jobs::builders::ListAddressListImportJobsFluentBuilder::set_next_token):<br>required: **false**<br><p>If you received a pagination token from a previous call to this API, you can provide it here to continue paginating through the next page of results.</p><br>
/// - [`page_size(i32)`](crate::operation::list_address_list_import_jobs::builders::ListAddressListImportJobsFluentBuilder::page_size) / [`set_page_size(Option<i32>)`](crate::operation::list_address_list_import_jobs::builders::ListAddressListImportJobsFluentBuilder::set_page_size):<br>required: **false**<br><p>The maximum number of import jobs that are returned per call. You can use NextToken to retrieve the next page of jobs.</p><br>
/// - On success, responds with [`ListAddressListImportJobsOutput`](crate::operation::list_address_list_import_jobs::ListAddressListImportJobsOutput) with field(s):
/// - [`import_jobs(Vec::<ImportJob>)`](crate::operation::list_address_list_import_jobs::ListAddressListImportJobsOutput::import_jobs): <p>The list of import jobs.</p>
/// - [`next_token(Option<String>)`](crate::operation::list_address_list_import_jobs::ListAddressListImportJobsOutput::next_token): <p>If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>
/// - On failure, responds with [`SdkError<ListAddressListImportJobsError>`](crate::operation::list_address_list_import_jobs::ListAddressListImportJobsError)
pub fn list_address_list_import_jobs(&self) -> crate::operation::list_address_list_import_jobs::builders::ListAddressListImportJobsFluentBuilder {
crate::operation::list_address_list_import_jobs::builders::ListAddressListImportJobsFluentBuilder::new(self.handle.clone())
}
}