// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ListBotReplicas`](crate::operation::list_bot_replicas::builders::ListBotReplicasFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`bot_id(impl Into<String>)`](crate::operation::list_bot_replicas::builders::ListBotReplicasFluentBuilder::bot_id) / [`set_bot_id(Option<String>)`](crate::operation::list_bot_replicas::builders::ListBotReplicasFluentBuilder::set_bot_id):<br>required: **true**<br><p>The request for the unique bot IDs in the list of replicated bots.</p><br>
/// - On success, responds with [`ListBotReplicasOutput`](crate::operation::list_bot_replicas::ListBotReplicasOutput) with field(s):
/// - [`bot_id(Option<String>)`](crate::operation::list_bot_replicas::ListBotReplicasOutput::bot_id): <p>the unique bot IDs in the list of replicated bots.</p>
/// - [`source_region(Option<String>)`](crate::operation::list_bot_replicas::ListBotReplicasOutput::source_region): <p>The source region of the source bots in the list of replicated bots.</p>
/// - [`bot_replica_summaries(Option<Vec::<BotReplicaSummary>>)`](crate::operation::list_bot_replicas::ListBotReplicasOutput::bot_replica_summaries): <p>The summary details for the replicated bots.</p>
/// - On failure, responds with [`SdkError<ListBotReplicasError>`](crate::operation::list_bot_replicas::ListBotReplicasError)
pub fn list_bot_replicas(&self) -> crate::operation::list_bot_replicas::builders::ListBotReplicasFluentBuilder {
crate::operation::list_bot_replicas::builders::ListBotReplicasFluentBuilder::new(self.handle.clone())
}
}