// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`StopRouterInput`](crate::operation::stop_router_input::builders::StopRouterInputFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`arn(impl Into<String>)`](crate::operation::stop_router_input::builders::StopRouterInputFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::stop_router_input::builders::StopRouterInputFluentBuilder::set_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the router input that you want to stop.</p><br>
/// - On success, responds with [`StopRouterInputOutput`](crate::operation::stop_router_input::StopRouterInputOutput) with field(s):
/// - [`arn(String)`](crate::operation::stop_router_input::StopRouterInputOutput::arn): <p>The ARN of the router input that was stopped.</p>
/// - [`name(String)`](crate::operation::stop_router_input::StopRouterInputOutput::name): <p>The name of the router input that was stopped.</p>
/// - [`state(RouterInputState)`](crate::operation::stop_router_input::StopRouterInputOutput::state): <p>The current state of the router input after being stopped.</p>
/// - On failure, responds with [`SdkError<StopRouterInputError>`](crate::operation::stop_router_input::StopRouterInputError)
pub fn stop_router_input(&self) -> crate::operation::stop_router_input::builders::StopRouterInputFluentBuilder {
crate::operation::stop_router_input::builders::StopRouterInputFluentBuilder::new(self.handle.clone())
}
}