// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetRouterNetworkInterface`](crate::operation::get_router_network_interface::builders::GetRouterNetworkInterfaceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`arn(impl Into<String>)`](crate::operation::get_router_network_interface::builders::GetRouterNetworkInterfaceFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::get_router_network_interface::builders::GetRouterNetworkInterfaceFluentBuilder::set_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the router network interface that you want to retrieve information about.</p><br>
/// - On success, responds with [`GetRouterNetworkInterfaceOutput`](crate::operation::get_router_network_interface::GetRouterNetworkInterfaceOutput) with field(s):
/// - [`router_network_interface(Option<RouterNetworkInterface>)`](crate::operation::get_router_network_interface::GetRouterNetworkInterfaceOutput::router_network_interface): <p>The details of the requested router network interface, including its configuration and other attributes.</p>
/// - On failure, responds with [`SdkError<GetRouterNetworkInterfaceError>`](crate::operation::get_router_network_interface::GetRouterNetworkInterfaceError)
pub fn get_router_network_interface(&self) -> crate::operation::get_router_network_interface::builders::GetRouterNetworkInterfaceFluentBuilder {
crate::operation::get_router_network_interface::builders::GetRouterNetworkInterfaceFluentBuilder::new(self.handle.clone())
}
}