aws-sdk-odb 1.32.0

AWS SDK for odb
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetCloudExadataInfrastructure`](crate::operation::get_cloud_exadata_infrastructure::builders::GetCloudExadataInfrastructureFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`cloud_exadata_infrastructure_id(impl Into<String>)`](crate::operation::get_cloud_exadata_infrastructure::builders::GetCloudExadataInfrastructureFluentBuilder::cloud_exadata_infrastructure_id) / [`set_cloud_exadata_infrastructure_id(Option<String>)`](crate::operation::get_cloud_exadata_infrastructure::builders::GetCloudExadataInfrastructureFluentBuilder::set_cloud_exadata_infrastructure_id):<br>required: **true**<br><p>The unique identifier of the Exadata infrastructure.</p><br>
    /// - On success, responds with [`GetCloudExadataInfrastructureOutput`](crate::operation::get_cloud_exadata_infrastructure::GetCloudExadataInfrastructureOutput) with field(s):
    ///   - [`cloud_exadata_infrastructure(Option<CloudExadataInfrastructure>)`](crate::operation::get_cloud_exadata_infrastructure::GetCloudExadataInfrastructureOutput::cloud_exadata_infrastructure): <p>The Exadata infrastructure.</p>
    /// - On failure, responds with [`SdkError<GetCloudExadataInfrastructureError>`](crate::operation::get_cloud_exadata_infrastructure::GetCloudExadataInfrastructureError)
    pub fn get_cloud_exadata_infrastructure(
        &self,
    ) -> crate::operation::get_cloud_exadata_infrastructure::builders::GetCloudExadataInfrastructureFluentBuilder {
        crate::operation::get_cloud_exadata_infrastructure::builders::GetCloudExadataInfrastructureFluentBuilder::new(self.handle.clone())
    }
}