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 [`GetFirewallDomainList`](crate::operation::get_firewall_domain_list::builders::GetFirewallDomainListFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`firewall_domain_list_id(impl Into<String>)`](crate::operation::get_firewall_domain_list::builders::GetFirewallDomainListFluentBuilder::firewall_domain_list_id) / [`set_firewall_domain_list_id(Option<String>)`](crate::operation::get_firewall_domain_list::builders::GetFirewallDomainListFluentBuilder::set_firewall_domain_list_id):<br>required: **true**<br><p>The ID of the domain list.</p><br>
    /// - On success, responds with [`GetFirewallDomainListOutput`](crate::operation::get_firewall_domain_list::GetFirewallDomainListOutput) with field(s):
    ///   - [`firewall_domain_list(Option<FirewallDomainList>)`](crate::operation::get_firewall_domain_list::GetFirewallDomainListOutput::firewall_domain_list): <p>The domain list that you requested.</p>
    /// - On failure, responds with [`SdkError<GetFirewallDomainListError>`](crate::operation::get_firewall_domain_list::GetFirewallDomainListError)
    pub fn get_firewall_domain_list(&self) -> crate::operation::get_firewall_domain_list::builders::GetFirewallDomainListFluentBuilder {
        crate::operation::get_firewall_domain_list::builders::GetFirewallDomainListFluentBuilder::new(self.handle.clone())
    }
}