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 [`RebootBroker`](crate::operation::reboot_broker::builders::RebootBrokerFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`broker_id(impl Into<String>)`](crate::operation::reboot_broker::builders::RebootBrokerFluentBuilder::broker_id) / [`set_broker_id(Option<String>)`](crate::operation::reboot_broker::builders::RebootBrokerFluentBuilder::set_broker_id):<br>required: **true**<br><p>The unique ID that Amazon MQ generates for the broker.</p><br>
    /// - On success, responds with [`RebootBrokerOutput`](crate::operation::reboot_broker::RebootBrokerOutput)
    /// - On failure, responds with [`SdkError<RebootBrokerError>`](crate::operation::reboot_broker::RebootBrokerError)
    pub fn reboot_broker(&self) -> crate::operation::reboot_broker::builders::RebootBrokerFluentBuilder {
        crate::operation::reboot_broker::builders::RebootBrokerFluentBuilder::new(self.handle.clone())
    }
}