aws_sdk_odb/client/get_cloud_exadata_infrastructure_unallocated_resources.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 [`GetCloudExadataInfrastructureUnallocatedResources`](crate::operation::get_cloud_exadata_infrastructure_unallocated_resources::builders::GetCloudExadataInfrastructureUnallocatedResourcesFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`cloud_exadata_infrastructure_id(impl Into<String>)`](crate::operation::get_cloud_exadata_infrastructure_unallocated_resources::builders::GetCloudExadataInfrastructureUnallocatedResourcesFluentBuilder::cloud_exadata_infrastructure_id) / [`set_cloud_exadata_infrastructure_id(Option<String>)`](crate::operation::get_cloud_exadata_infrastructure_unallocated_resources::builders::GetCloudExadataInfrastructureUnallocatedResourcesFluentBuilder::set_cloud_exadata_infrastructure_id):<br>required: **true**<br><p>The unique identifier of the Cloud Exadata infrastructure for which to retrieve unallocated resources.</p><br>
7 /// - [`db_servers(impl Into<String>)`](crate::operation::get_cloud_exadata_infrastructure_unallocated_resources::builders::GetCloudExadataInfrastructureUnallocatedResourcesFluentBuilder::db_servers) / [`set_db_servers(Option<Vec::<String>>)`](crate::operation::get_cloud_exadata_infrastructure_unallocated_resources::builders::GetCloudExadataInfrastructureUnallocatedResourcesFluentBuilder::set_db_servers):<br>required: **false**<br><p>The database servers to include in the unallocated resources query.</p><br>
8 /// - On success, responds with [`GetCloudExadataInfrastructureUnallocatedResourcesOutput`](crate::operation::get_cloud_exadata_infrastructure_unallocated_resources::GetCloudExadataInfrastructureUnallocatedResourcesOutput) with field(s):
9 /// - [`cloud_exadata_infrastructure_unallocated_resources(Option<CloudExadataInfrastructureUnallocatedResources>)`](crate::operation::get_cloud_exadata_infrastructure_unallocated_resources::GetCloudExadataInfrastructureUnallocatedResourcesOutput::cloud_exadata_infrastructure_unallocated_resources): <p>Details about the unallocated resources in the specified Cloud Exadata infrastructure.</p>
10 /// - On failure, responds with [`SdkError<GetCloudExadataInfrastructureUnallocatedResourcesError>`](crate::operation::get_cloud_exadata_infrastructure_unallocated_resources::GetCloudExadataInfrastructureUnallocatedResourcesError)
11 pub fn get_cloud_exadata_infrastructure_unallocated_resources(&self) -> crate::operation::get_cloud_exadata_infrastructure_unallocated_resources::builders::GetCloudExadataInfrastructureUnallocatedResourcesFluentBuilder{
12 crate::operation::get_cloud_exadata_infrastructure_unallocated_resources::builders::GetCloudExadataInfrastructureUnallocatedResourcesFluentBuilder::new(self.handle.clone())
13 }
14}