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 [`StopAppReplication`](crate::operation::stop_app_replication::builders::StopAppReplicationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`app_id(impl Into<String>)`](crate::operation::stop_app_replication::builders::StopAppReplicationFluentBuilder::app_id) / [`set_app_id(Option<String>)`](crate::operation::stop_app_replication::builders::StopAppReplicationFluentBuilder::set_app_id):<br>required: **false**<br><p>The ID of the application.</p><br>
    /// - On success, responds with [`StopAppReplicationOutput`](crate::operation::stop_app_replication::StopAppReplicationOutput)
    /// - On failure, responds with [`SdkError<StopAppReplicationError>`](crate::operation::stop_app_replication::StopAppReplicationError)
    pub fn stop_app_replication(&self) -> crate::operation::stop_app_replication::builders::StopAppReplicationFluentBuilder {
        crate::operation::stop_app_replication::builders::StopAppReplicationFluentBuilder::new(self.handle.clone())
    }
}