1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteExperimentTemplate`](crate::operation::delete_experiment_template::builders::DeleteExperimentTemplateFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::delete_experiment_template::builders::DeleteExperimentTemplateFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_experiment_template::builders::DeleteExperimentTemplateFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the experiment template.</p><br>
    /// - On success, responds with [`DeleteExperimentTemplateOutput`](crate::operation::delete_experiment_template::DeleteExperimentTemplateOutput) with field(s):
    ///   - [`experiment_template(Option<ExperimentTemplate>)`](crate::operation::delete_experiment_template::DeleteExperimentTemplateOutput::experiment_template): <p>Information about the experiment template.</p>
    /// - On failure, responds with [`SdkError<DeleteExperimentTemplateError>`](crate::operation::delete_experiment_template::DeleteExperimentTemplateError)
    pub fn delete_experiment_template(&self) -> crate::operation::delete_experiment_template::builders::DeleteExperimentTemplateFluentBuilder {
        crate::operation::delete_experiment_template::builders::DeleteExperimentTemplateFluentBuilder::new(self.handle.clone())
    }
}