aws_sdk_directconnect/client/stop_bgp_failover_test.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 [`StopBgpFailoverTest`](crate::operation::stop_bgp_failover_test::builders::StopBgpFailoverTestFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`virtual_interface_id(impl Into<String>)`](crate::operation::stop_bgp_failover_test::builders::StopBgpFailoverTestFluentBuilder::virtual_interface_id) / [`set_virtual_interface_id(Option<String>)`](crate::operation::stop_bgp_failover_test::builders::StopBgpFailoverTestFluentBuilder::set_virtual_interface_id):<br>required: **true**<br><p>The ID of the virtual interface you no longer want to test.</p><br>
7 /// - On success, responds with [`StopBgpFailoverTestOutput`](crate::operation::stop_bgp_failover_test::StopBgpFailoverTestOutput) with field(s):
8 /// - [`virtual_interface_test(Option<VirtualInterfaceTestHistory>)`](crate::operation::stop_bgp_failover_test::StopBgpFailoverTestOutput::virtual_interface_test): <p>Information about the virtual interface failover test.</p>
9 /// - On failure, responds with [`SdkError<StopBgpFailoverTestError>`](crate::operation::stop_bgp_failover_test::StopBgpFailoverTestError)
10 pub fn stop_bgp_failover_test(&self) -> crate::operation::stop_bgp_failover_test::builders::StopBgpFailoverTestFluentBuilder {
11 crate::operation::stop_bgp_failover_test::builders::StopBgpFailoverTestFluentBuilder::new(self.handle.clone())
12 }
13}