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