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 [`DeleteGatewayResponse`](crate::operation::delete_gateway_response::builders::DeleteGatewayResponseFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`rest_api_id(impl Into<String>)`](crate::operation::delete_gateway_response::builders::DeleteGatewayResponseFluentBuilder::rest_api_id) / [`set_rest_api_id(Option<String>)`](crate::operation::delete_gateway_response::builders::DeleteGatewayResponseFluentBuilder::set_rest_api_id):<br>required: **true**<br><p>The string identifier of the associated RestApi.</p><br>
    ///   - [`response_type(GatewayResponseType)`](crate::operation::delete_gateway_response::builders::DeleteGatewayResponseFluentBuilder::response_type) / [`set_response_type(Option<GatewayResponseType>)`](crate::operation::delete_gateway_response::builders::DeleteGatewayResponseFluentBuilder::set_response_type):<br>required: **true**<br><p>The response type of the associated GatewayResponse.</p><br>
    /// - On success, responds with [`DeleteGatewayResponseOutput`](crate::operation::delete_gateway_response::DeleteGatewayResponseOutput)
    /// - On failure, responds with [`SdkError<DeleteGatewayResponseError>`](crate::operation::delete_gateway_response::DeleteGatewayResponseError)
    pub fn delete_gateway_response(&self) -> crate::operation::delete_gateway_response::builders::DeleteGatewayResponseFluentBuilder {
        crate::operation::delete_gateway_response::builders::DeleteGatewayResponseFluentBuilder::new(self.handle.clone())
    }
}