1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetArchiveSearchResults`](crate::operation::get_archive_search_results::builders::GetArchiveSearchResultsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`search_id(impl Into<String>)`](crate::operation::get_archive_search_results::builders::GetArchiveSearchResultsFluentBuilder::search_id) / [`set_search_id(Option<String>)`](crate::operation::get_archive_search_results::builders::GetArchiveSearchResultsFluentBuilder::set_search_id):<br>required: **true**<br><p>The identifier of the completed search job.</p><br>
    /// - On success, responds with [`GetArchiveSearchResultsOutput`](crate::operation::get_archive_search_results::GetArchiveSearchResultsOutput) with field(s):
    ///   - [`rows(Option<Vec::<Row>>)`](crate::operation::get_archive_search_results::GetArchiveSearchResultsOutput::rows): <p>The list of email result objects matching the search criteria.</p>
    /// - On failure, responds with [`SdkError<GetArchiveSearchResultsError>`](crate::operation::get_archive_search_results::GetArchiveSearchResultsError)
    pub fn get_archive_search_results(&self) -> crate::operation::get_archive_search_results::builders::GetArchiveSearchResultsFluentBuilder {
        crate::operation::get_archive_search_results::builders::GetArchiveSearchResultsFluentBuilder::new(self.handle.clone())
    }
}