// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`TestHypervisorConfiguration`](crate::operation::test_hypervisor_configuration::builders::TestHypervisorConfigurationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`gateway_arn(impl ::std::convert::Into<String>)`](crate::operation::test_hypervisor_configuration::builders::TestHypervisorConfigurationFluentBuilder::gateway_arn) / [`set_gateway_arn(Option<String>)`](crate::operation::test_hypervisor_configuration::builders::TestHypervisorConfigurationFluentBuilder::set_gateway_arn): <p>The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.</p>
/// - [`host(impl ::std::convert::Into<String>)`](crate::operation::test_hypervisor_configuration::builders::TestHypervisorConfigurationFluentBuilder::host) / [`set_host(Option<String>)`](crate::operation::test_hypervisor_configuration::builders::TestHypervisorConfigurationFluentBuilder::set_host): <p>The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).</p>
/// - [`username(impl ::std::convert::Into<String>)`](crate::operation::test_hypervisor_configuration::builders::TestHypervisorConfigurationFluentBuilder::username) / [`set_username(Option<String>)`](crate::operation::test_hypervisor_configuration::builders::TestHypervisorConfigurationFluentBuilder::set_username): <p>The username for the hypervisor.</p>
/// - [`password(impl ::std::convert::Into<String>)`](crate::operation::test_hypervisor_configuration::builders::TestHypervisorConfigurationFluentBuilder::password) / [`set_password(Option<String>)`](crate::operation::test_hypervisor_configuration::builders::TestHypervisorConfigurationFluentBuilder::set_password): <p>The password for the hypervisor.</p>
/// - On success, responds with [`TestHypervisorConfigurationOutput`](crate::operation::test_hypervisor_configuration::TestHypervisorConfigurationOutput)
/// - On failure, responds with [`SdkError<TestHypervisorConfigurationError>`](crate::operation::test_hypervisor_configuration::TestHypervisorConfigurationError)
pub fn test_hypervisor_configuration(
&self,
) -> crate::operation::test_hypervisor_configuration::builders::TestHypervisorConfigurationFluentBuilder {
crate::operation::test_hypervisor_configuration::builders::TestHypervisorConfigurationFluentBuilder::new(self.handle.clone())
}
}