// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteRouteTable`](crate::operation::delete_route_table::builders::DeleteRouteTableFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`dry_run(bool)`](crate::operation::delete_route_table::builders::DeleteRouteTableFluentBuilder::dry_run) / [`set_dry_run(Option<bool>)`](crate::operation::delete_route_table::builders::DeleteRouteTableFluentBuilder::set_dry_run):<br>required: **false**<br><p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p><br>
/// - [`route_table_id(impl Into<String>)`](crate::operation::delete_route_table::builders::DeleteRouteTableFluentBuilder::route_table_id) / [`set_route_table_id(Option<String>)`](crate::operation::delete_route_table::builders::DeleteRouteTableFluentBuilder::set_route_table_id):<br>required: **true**<br><p>The ID of the route table.</p><br>
/// - On success, responds with [`DeleteRouteTableOutput`](crate::operation::delete_route_table::DeleteRouteTableOutput)
/// - On failure, responds with [`SdkError<DeleteRouteTableError>`](crate::operation::delete_route_table::DeleteRouteTableError)
pub fn delete_route_table(&self) -> crate::operation::delete_route_table::builders::DeleteRouteTableFluentBuilder {
crate::operation::delete_route_table::builders::DeleteRouteTableFluentBuilder::new(self.handle.clone())
}
}