1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetAppsList`](crate::operation::get_apps_list::builders::GetAppsListFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`list_id(impl Into<String>)`](crate::operation::get_apps_list::builders::GetAppsListFluentBuilder::list_id) / [`set_list_id(Option<String>)`](crate::operation::get_apps_list::builders::GetAppsListFluentBuilder::set_list_id):<br>required: **true**<br><p>The ID of the Firewall Manager applications list that you want the details for.</p><br>
    ///   - [`default_list(bool)`](crate::operation::get_apps_list::builders::GetAppsListFluentBuilder::default_list) / [`set_default_list(Option<bool>)`](crate::operation::get_apps_list::builders::GetAppsListFluentBuilder::set_default_list):<br>required: **false**<br><p>Specifies whether the list to retrieve is a default list owned by Firewall Manager.</p><br>
    /// - On success, responds with [`GetAppsListOutput`](crate::operation::get_apps_list::GetAppsListOutput) with field(s):
    ///   - [`apps_list(Option<AppsListData>)`](crate::operation::get_apps_list::GetAppsListOutput::apps_list): <p>Information about the specified Firewall Manager applications list.</p>
    ///   - [`apps_list_arn(Option<String>)`](crate::operation::get_apps_list::GetAppsListOutput::apps_list_arn): <p>The Amazon Resource Name (ARN) of the applications list.</p>
    /// - On failure, responds with [`SdkError<GetAppsListError>`](crate::operation::get_apps_list::GetAppsListError)
    pub fn get_apps_list(&self) -> crate::operation::get_apps_list::builders::GetAppsListFluentBuilder {
        crate::operation::get_apps_list::builders::GetAppsListFluentBuilder::new(self.handle.clone())
    }
}