1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteResourceSet`](crate::operation::delete_resource_set::builders::DeleteResourceSetFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`identifier(impl Into<String>)`](crate::operation::delete_resource_set::builders::DeleteResourceSetFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::delete_resource_set::builders::DeleteResourceSetFluentBuilder::set_identifier):<br>required: **true**<br><p>A unique identifier for the resource set, used in a request to refer to the resource set.</p><br>
    /// - On success, responds with [`DeleteResourceSetOutput`](crate::operation::delete_resource_set::DeleteResourceSetOutput)
    /// - On failure, responds with [`SdkError<DeleteResourceSetError>`](crate::operation::delete_resource_set::DeleteResourceSetError)
    pub fn delete_resource_set(&self) -> crate::operation::delete_resource_set::builders::DeleteResourceSetFluentBuilder {
        crate::operation::delete_resource_set::builders::DeleteResourceSetFluentBuilder::new(self.handle.clone())
    }
}