// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteOdbNetwork`](crate::operation::delete_odb_network::builders::DeleteOdbNetworkFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`odb_network_id(impl Into<String>)`](crate::operation::delete_odb_network::builders::DeleteOdbNetworkFluentBuilder::odb_network_id) / [`set_odb_network_id(Option<String>)`](crate::operation::delete_odb_network::builders::DeleteOdbNetworkFluentBuilder::set_odb_network_id):<br>required: **true**<br><p>The unique identifier of the ODB network to delete.</p><br>
/// - [`delete_associated_resources(bool)`](crate::operation::delete_odb_network::builders::DeleteOdbNetworkFluentBuilder::delete_associated_resources) / [`set_delete_associated_resources(Option<bool>)`](crate::operation::delete_odb_network::builders::DeleteOdbNetworkFluentBuilder::set_delete_associated_resources):<br>required: **true**<br><p>Specifies whether to delete associated OCI networking resources along with the ODB network.</p><br>
/// - On success, responds with [`DeleteOdbNetworkOutput`](crate::operation::delete_odb_network::DeleteOdbNetworkOutput)
/// - On failure, responds with [`SdkError<DeleteOdbNetworkError>`](crate::operation::delete_odb_network::DeleteOdbNetworkError)
pub fn delete_odb_network(&self) -> crate::operation::delete_odb_network::builders::DeleteOdbNetworkFluentBuilder {
crate::operation::delete_odb_network::builders::DeleteOdbNetworkFluentBuilder::new(self.handle.clone())
}
}