// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetExadbVmCluster`](crate::operation::get_exadb_vm_cluster::builders::GetExadbVmClusterFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`exadb_vm_cluster_id(impl Into<String>)`](crate::operation::get_exadb_vm_cluster::builders::GetExadbVmClusterFluentBuilder::exadb_vm_cluster_id) / [`set_exadb_vm_cluster_id(Option<String>)`](crate::operation::get_exadb_vm_cluster::builders::GetExadbVmClusterFluentBuilder::set_exadb_vm_cluster_id):<br>required: **true**<br><p>The unique identifier of the Exascale VM cluster.</p><br>
/// - On success, responds with [`GetExadbVmClusterOutput`](crate::operation::get_exadb_vm_cluster::GetExadbVmClusterOutput) with field(s):
/// - [`exadb_vm_cluster(Option<ExadbVmCluster>)`](crate::operation::get_exadb_vm_cluster::GetExadbVmClusterOutput::exadb_vm_cluster): <p>The Exascale VM cluster.</p>
/// - On failure, responds with [`SdkError<GetExadbVmClusterError>`](crate::operation::get_exadb_vm_cluster::GetExadbVmClusterError)
pub fn get_exadb_vm_cluster(&self) -> crate::operation::get_exadb_vm_cluster::builders::GetExadbVmClusterFluentBuilder {
crate::operation::get_exadb_vm_cluster::builders::GetExadbVmClusterFluentBuilder::new(self.handle.clone())
}
}