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 [`DeleteProtocolsList`](crate::operation::delete_protocols_list::builders::DeleteProtocolsListFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`list_id(impl Into<String>)`](crate::operation::delete_protocols_list::builders::DeleteProtocolsListFluentBuilder::list_id) / [`set_list_id(Option<String>)`](crate::operation::delete_protocols_list::builders::DeleteProtocolsListFluentBuilder::set_list_id):<br>required: **true**<br><p>The ID of the protocols list that you want to delete. You can retrieve this ID from <code>PutProtocolsList</code>, <code>ListProtocolsLists</code>, and <code>GetProtocolsLost</code>.</p><br>
    /// - On success, responds with [`DeleteProtocolsListOutput`](crate::operation::delete_protocols_list::DeleteProtocolsListOutput)
    /// - On failure, responds with [`SdkError<DeleteProtocolsListError>`](crate::operation::delete_protocols_list::DeleteProtocolsListError)
    pub fn delete_protocols_list(&self) -> crate::operation::delete_protocols_list::builders::DeleteProtocolsListFluentBuilder {
        crate::operation::delete_protocols_list::builders::DeleteProtocolsListFluentBuilder::new(self.handle.clone())
    }
}