// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`BatchCreateFirewallRule`](crate::operation::batch_create_firewall_rule::builders::BatchCreateFirewallRuleFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`create_firewall_rule_entries(CreateFirewallRuleEntry)`](crate::operation::batch_create_firewall_rule::builders::BatchCreateFirewallRuleFluentBuilder::create_firewall_rule_entries) / [`set_create_firewall_rule_entries(Option<Vec::<CreateFirewallRuleEntry>>)`](crate::operation::batch_create_firewall_rule::builders::BatchCreateFirewallRuleFluentBuilder::set_create_firewall_rule_entries):<br>required: **true**<br><p>The list of firewall rules to create.</p><br>
/// - On success, responds with [`BatchCreateFirewallRuleOutput`](crate::operation::batch_create_firewall_rule::BatchCreateFirewallRuleOutput) with field(s):
/// - [`created_firewall_rules(Option<Vec::<FirewallRule>>)`](crate::operation::batch_create_firewall_rule::BatchCreateFirewallRuleOutput::created_firewall_rules): <p>The firewall rules that were successfully created by the request.</p>
/// - [`create_errors(Option<Vec::<BatchCreateFirewallRuleError>>)`](crate::operation::batch_create_firewall_rule::BatchCreateFirewallRuleOutput::create_errors): <p>A list of errors that occurred while creating the firewall rules.</p>
/// - On failure, responds with [`SdkError<BatchCreateFirewallRuleError>`](crate::operation::batch_create_firewall_rule::BatchCreateFirewallRuleError)
pub fn batch_create_firewall_rule(&self) -> crate::operation::batch_create_firewall_rule::builders::BatchCreateFirewallRuleFluentBuilder {
crate::operation::batch_create_firewall_rule::builders::BatchCreateFirewallRuleFluentBuilder::new(self.handle.clone())
}
}