aws-sdk-odb 1.32.0

AWS SDK for odb
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetCloudVmCluster`](crate::operation::get_cloud_vm_cluster::builders::GetCloudVmClusterFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`cloud_vm_cluster_id(impl Into<String>)`](crate::operation::get_cloud_vm_cluster::builders::GetCloudVmClusterFluentBuilder::cloud_vm_cluster_id) / [`set_cloud_vm_cluster_id(Option<String>)`](crate::operation::get_cloud_vm_cluster::builders::GetCloudVmClusterFluentBuilder::set_cloud_vm_cluster_id):<br>required: **true**<br><p>The unique identifier of the VM cluster.</p><br>
    /// - On success, responds with [`GetCloudVmClusterOutput`](crate::operation::get_cloud_vm_cluster::GetCloudVmClusterOutput) with field(s):
    ///   - [`cloud_vm_cluster(Option<CloudVmCluster>)`](crate::operation::get_cloud_vm_cluster::GetCloudVmClusterOutput::cloud_vm_cluster): <p>The VM cluster.</p>
    /// - On failure, responds with [`SdkError<GetCloudVmClusterError>`](crate::operation::get_cloud_vm_cluster::GetCloudVmClusterError)
    pub fn get_cloud_vm_cluster(&self) -> crate::operation::get_cloud_vm_cluster::builders::GetCloudVmClusterFluentBuilder {
        crate::operation::get_cloud_vm_cluster::builders::GetCloudVmClusterFluentBuilder::new(self.handle.clone())
    }
}