aws_sdk_bcmpricingcalculator/client/delete_bill_estimate.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 [`DeleteBillEstimate`](crate::operation::delete_bill_estimate::builders::DeleteBillEstimateFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`identifier(impl Into<String>)`](crate::operation::delete_bill_estimate::builders::DeleteBillEstimateFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::delete_bill_estimate::builders::DeleteBillEstimateFluentBuilder::set_identifier):<br>required: **true**<br><p>The unique identifier of the bill estimate to delete.</p><br>
7 /// - On success, responds with [`DeleteBillEstimateOutput`](crate::operation::delete_bill_estimate::DeleteBillEstimateOutput)
8 /// - On failure, responds with [`SdkError<DeleteBillEstimateError>`](crate::operation::delete_bill_estimate::DeleteBillEstimateError)
9 pub fn delete_bill_estimate(&self) -> crate::operation::delete_bill_estimate::builders::DeleteBillEstimateFluentBuilder {
10 crate::operation::delete_bill_estimate::builders::DeleteBillEstimateFluentBuilder::new(self.handle.clone())
11 }
12}