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 ::std::convert::Into<String>)`](crate::operation::stop_matchmaking::builders::StopMatchmakingFluentBuilder::ticket_id) / [`set_ticket_id(Option<String>)`](crate::operation::stop_matchmaking::builders::StopMatchmakingFluentBuilder::set_ticket_id): <p>A unique identifier for a matchmaking ticket.</p>
    /// - 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())
    }
}