1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteIntegrationResponse`](crate::operation::delete_integration_response::builders::DeleteIntegrationResponseFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`rest_api_id(impl Into<String>)`](crate::operation::delete_integration_response::builders::DeleteIntegrationResponseFluentBuilder::rest_api_id) / [`set_rest_api_id(Option<String>)`](crate::operation::delete_integration_response::builders::DeleteIntegrationResponseFluentBuilder::set_rest_api_id):<br>required: **true**<br><p>The string identifier of the associated RestApi.</p><br>
    ///   - [`resource_id(impl Into<String>)`](crate::operation::delete_integration_response::builders::DeleteIntegrationResponseFluentBuilder::resource_id) / [`set_resource_id(Option<String>)`](crate::operation::delete_integration_response::builders::DeleteIntegrationResponseFluentBuilder::set_resource_id):<br>required: **true**<br><p>Specifies a delete integration response request's resource identifier.</p><br>
    ///   - [`http_method(impl Into<String>)`](crate::operation::delete_integration_response::builders::DeleteIntegrationResponseFluentBuilder::http_method) / [`set_http_method(Option<String>)`](crate::operation::delete_integration_response::builders::DeleteIntegrationResponseFluentBuilder::set_http_method):<br>required: **true**<br><p>Specifies a delete integration response request's HTTP method.</p><br>
    ///   - [`status_code(impl Into<String>)`](crate::operation::delete_integration_response::builders::DeleteIntegrationResponseFluentBuilder::status_code) / [`set_status_code(Option<String>)`](crate::operation::delete_integration_response::builders::DeleteIntegrationResponseFluentBuilder::set_status_code):<br>required: **true**<br><p>Specifies a delete integration response request's status code.</p><br>
    /// - On success, responds with [`DeleteIntegrationResponseOutput`](crate::operation::delete_integration_response::DeleteIntegrationResponseOutput)
    /// - On failure, responds with [`SdkError<DeleteIntegrationResponseError>`](crate::operation::delete_integration_response::DeleteIntegrationResponseError)
    pub fn delete_integration_response(&self) -> crate::operation::delete_integration_response::builders::DeleteIntegrationResponseFluentBuilder {
        crate::operation::delete_integration_response::builders::DeleteIntegrationResponseFluentBuilder::new(self.handle.clone())
    }
}