// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`BatchGetRouterNetworkInterface`](crate::operation::batch_get_router_network_interface::builders::BatchGetRouterNetworkInterfaceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`arns(impl Into<String>)`](crate::operation::batch_get_router_network_interface::builders::BatchGetRouterNetworkInterfaceFluentBuilder::arns) / [`set_arns(Option<Vec::<String>>)`](crate::operation::batch_get_router_network_interface::builders::BatchGetRouterNetworkInterfaceFluentBuilder::set_arns):<br>required: **true**<br><p>The Amazon Resource Names (ARNs) of the router network interfaces you want to retrieve information about.</p><br>
/// - On success, responds with [`BatchGetRouterNetworkInterfaceOutput`](crate::operation::batch_get_router_network_interface::BatchGetRouterNetworkInterfaceOutput) with field(s):
/// - [`router_network_interfaces(Vec::<RouterNetworkInterface>)`](crate::operation::batch_get_router_network_interface::BatchGetRouterNetworkInterfaceOutput::router_network_interfaces): <p>An array of router network interfaces that were successfully retrieved.</p>
/// - [`errors(Vec::<BatchGetRouterNetworkInterfaceError>)`](crate::operation::batch_get_router_network_interface::BatchGetRouterNetworkInterfaceOutput::errors): <p>An array of errors that occurred when retrieving the requested router network interfaces.</p>
/// - On failure, responds with [`SdkError<BatchGetRouterNetworkInterfaceError>`](crate::operation::batch_get_router_network_interface::BatchGetRouterNetworkInterfaceError)
pub fn batch_get_router_network_interface(
&self,
) -> crate::operation::batch_get_router_network_interface::builders::BatchGetRouterNetworkInterfaceFluentBuilder {
crate::operation::batch_get_router_network_interface::builders::BatchGetRouterNetworkInterfaceFluentBuilder::new(self.handle.clone())
}
}