// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`BatchDeleteReadSet`](crate::operation::batch_delete_read_set::builders::BatchDeleteReadSetFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`ids(impl Into<String>)`](crate::operation::batch_delete_read_set::builders::BatchDeleteReadSetFluentBuilder::ids) / [`set_ids(Option<Vec::<String>>)`](crate::operation::batch_delete_read_set::builders::BatchDeleteReadSetFluentBuilder::set_ids):<br>required: **true**<br><p>The read sets' IDs.</p><br>
/// - [`sequence_store_id(impl Into<String>)`](crate::operation::batch_delete_read_set::builders::BatchDeleteReadSetFluentBuilder::sequence_store_id) / [`set_sequence_store_id(Option<String>)`](crate::operation::batch_delete_read_set::builders::BatchDeleteReadSetFluentBuilder::set_sequence_store_id):<br>required: **true**<br><p>The read sets' sequence store ID.</p><br>
/// - On success, responds with [`BatchDeleteReadSetOutput`](crate::operation::batch_delete_read_set::BatchDeleteReadSetOutput) with field(s):
/// - [`errors(Option<Vec::<ReadSetBatchError>>)`](crate::operation::batch_delete_read_set::BatchDeleteReadSetOutput::errors): <p>Errors returned by individual delete operations.</p>
/// - On failure, responds with [`SdkError<BatchDeleteReadSetError>`](crate::operation::batch_delete_read_set::BatchDeleteReadSetError)
pub fn batch_delete_read_set(&self) -> crate::operation::batch_delete_read_set::builders::BatchDeleteReadSetFluentBuilder {
crate::operation::batch_delete_read_set::builders::BatchDeleteReadSetFluentBuilder::new(self.handle.clone())
}
}