aws_sdk_route53resolver/client/get_firewall_domain_list.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`GetFirewallDomainList`](crate::operation::get_firewall_domain_list::builders::GetFirewallDomainListFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`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>
7 /// - On success, responds with [`GetFirewallDomainListOutput`](crate::operation::get_firewall_domain_list::GetFirewallDomainListOutput) with field(s):
8 /// - [`firewall_domain_list(Option<FirewallDomainList>)`](crate::operation::get_firewall_domain_list::GetFirewallDomainListOutput::firewall_domain_list): <p>The domain list that you requested.</p>
9 /// - On failure, responds with [`SdkError<GetFirewallDomainListError>`](crate::operation::get_firewall_domain_list::GetFirewallDomainListError)
10 pub fn get_firewall_domain_list(&self) -> crate::operation::get_firewall_domain_list::builders::GetFirewallDomainListFluentBuilder {
11 crate::operation::get_firewall_domain_list::builders::GetFirewallDomainListFluentBuilder::new(self.handle.clone())
12 }
13}