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 [`StopMatchmaking`](crate::operation::stop_matchmaking::builders::StopMatchmakingFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`ticket_id(impl Into<String>)`](crate::operation::stop_matchmaking::builders::StopMatchmakingFluentBuilder::ticket_id) / [`set_ticket_id(Option<String>)`](crate::operation::stop_matchmaking::builders::StopMatchmakingFluentBuilder::set_ticket_id):<br>required: **true**<br><p>A unique identifier for a matchmaking ticket.</p><br>
    /// - On success, responds with [`StopMatchmakingOutput`](crate::operation::stop_matchmaking::StopMatchmakingOutput)
    /// - On failure, responds with [`SdkError<StopMatchmakingError>`](crate::operation::stop_matchmaking::StopMatchmakingError)
    pub fn stop_matchmaking(&self) -> crate::operation::stop_matchmaking::builders::StopMatchmakingFluentBuilder {
        crate::operation::stop_matchmaking::builders::StopMatchmakingFluentBuilder::new(self.handle.clone())
    }
}