1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`CancelGremlinQuery`](crate::operation::cancel_gremlin_query::builders::CancelGremlinQueryFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`query_id(impl Into<String>)`](crate::operation::cancel_gremlin_query::builders::CancelGremlinQueryFluentBuilder::query_id) / [`set_query_id(Option<String>)`](crate::operation::cancel_gremlin_query::builders::CancelGremlinQueryFluentBuilder::set_query_id):<br>required: **true**<br><p>The unique identifier that identifies the query to be canceled.</p><br>
    /// - On success, responds with [`CancelGremlinQueryOutput`](crate::operation::cancel_gremlin_query::CancelGremlinQueryOutput) with field(s):
    ///   - [`status(Option<String>)`](crate::operation::cancel_gremlin_query::CancelGremlinQueryOutput::status): <p>The status of the cancelation</p>
    /// - On failure, responds with [`SdkError<CancelGremlinQueryError>`](crate::operation::cancel_gremlin_query::CancelGremlinQueryError)
    pub fn cancel_gremlin_query(&self) -> crate::operation::cancel_gremlin_query::builders::CancelGremlinQueryFluentBuilder {
        crate::operation::cancel_gremlin_query::builders::CancelGremlinQueryFluentBuilder::new(self.handle.clone())
    }
}