1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetHypervisorPropertyMappings`](crate::operation::get_hypervisor_property_mappings::builders::GetHypervisorPropertyMappingsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`hypervisor_arn(impl Into<String>)`](crate::operation::get_hypervisor_property_mappings::builders::GetHypervisorPropertyMappingsFluentBuilder::hypervisor_arn) / [`set_hypervisor_arn(Option<String>)`](crate::operation::get_hypervisor_property_mappings::builders::GetHypervisorPropertyMappingsFluentBuilder::set_hypervisor_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the hypervisor.</p><br>
    /// - On success, responds with [`GetHypervisorPropertyMappingsOutput`](crate::operation::get_hypervisor_property_mappings::GetHypervisorPropertyMappingsOutput) with field(s):
    ///   - [`hypervisor_arn(Option<String>)`](crate::operation::get_hypervisor_property_mappings::GetHypervisorPropertyMappingsOutput::hypervisor_arn): <p>The Amazon Resource Name (ARN) of the hypervisor.</p>
    ///   - [`vmware_to_aws_tag_mappings(Option<Vec::<VmwareToAwsTagMapping>>)`](crate::operation::get_hypervisor_property_mappings::GetHypervisorPropertyMappingsOutput::vmware_to_aws_tag_mappings): <p>This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.</p>
    ///   - [`iam_role_arn(Option<String>)`](crate::operation::get_hypervisor_property_mappings::GetHypervisorPropertyMappingsOutput::iam_role_arn): <p>The Amazon Resource Name (ARN) of the IAM role.</p>
    /// - On failure, responds with [`SdkError<GetHypervisorPropertyMappingsError>`](crate::operation::get_hypervisor_property_mappings::GetHypervisorPropertyMappingsError)
    pub fn get_hypervisor_property_mappings(
        &self,
    ) -> crate::operation::get_hypervisor_property_mappings::builders::GetHypervisorPropertyMappingsFluentBuilder {
        crate::operation::get_hypervisor_property_mappings::builders::GetHypervisorPropertyMappingsFluentBuilder::new(self.handle.clone())
    }
}