// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteCloudVmCluster`](crate::operation::delete_cloud_vm_cluster::builders::DeleteCloudVmClusterFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`cloud_vm_cluster_id(impl Into<String>)`](crate::operation::delete_cloud_vm_cluster::builders::DeleteCloudVmClusterFluentBuilder::cloud_vm_cluster_id) / [`set_cloud_vm_cluster_id(Option<String>)`](crate::operation::delete_cloud_vm_cluster::builders::DeleteCloudVmClusterFluentBuilder::set_cloud_vm_cluster_id):<br>required: **true**<br><p>The unique identifier of the VM cluster to delete.</p><br>
/// - On success, responds with [`DeleteCloudVmClusterOutput`](crate::operation::delete_cloud_vm_cluster::DeleteCloudVmClusterOutput)
/// - On failure, responds with [`SdkError<DeleteCloudVmClusterError>`](crate::operation::delete_cloud_vm_cluster::DeleteCloudVmClusterError)
pub fn delete_cloud_vm_cluster(&self) -> crate::operation::delete_cloud_vm_cluster::builders::DeleteCloudVmClusterFluentBuilder {
crate::operation::delete_cloud_vm_cluster::builders::DeleteCloudVmClusterFluentBuilder::new(self.handle.clone())
}
}