aws_sdk_odb/client/
delete_cloud_vm_cluster.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 [`DeleteCloudVmCluster`](crate::operation::delete_cloud_vm_cluster::builders::DeleteCloudVmClusterFluentBuilder) operation.
4    ///
5    /// - The fluent builder is configurable:
6    ///   - [`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>
7    /// - On success, responds with [`DeleteCloudVmClusterOutput`](crate::operation::delete_cloud_vm_cluster::DeleteCloudVmClusterOutput)
8    /// - On failure, responds with [`SdkError<DeleteCloudVmClusterError>`](crate::operation::delete_cloud_vm_cluster::DeleteCloudVmClusterError)
9    pub fn delete_cloud_vm_cluster(&self) -> crate::operation::delete_cloud_vm_cluster::builders::DeleteCloudVmClusterFluentBuilder {
10        crate::operation::delete_cloud_vm_cluster::builders::DeleteCloudVmClusterFluentBuilder::new(self.handle.clone())
11    }
12}