// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteMethodResponse`](crate::operation::delete_method_response::builders::DeleteMethodResponseFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`rest_api_id(impl Into<String>)`](crate::operation::delete_method_response::builders::DeleteMethodResponseFluentBuilder::rest_api_id) / [`set_rest_api_id(Option<String>)`](crate::operation::delete_method_response::builders::DeleteMethodResponseFluentBuilder::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_method_response::builders::DeleteMethodResponseFluentBuilder::resource_id) / [`set_resource_id(Option<String>)`](crate::operation::delete_method_response::builders::DeleteMethodResponseFluentBuilder::set_resource_id):<br>required: **true**<br><p>The Resource identifier for the MethodResponse resource.</p><br>
/// - [`http_method(impl Into<String>)`](crate::operation::delete_method_response::builders::DeleteMethodResponseFluentBuilder::http_method) / [`set_http_method(Option<String>)`](crate::operation::delete_method_response::builders::DeleteMethodResponseFluentBuilder::set_http_method):<br>required: **true**<br><p>The HTTP verb of the Method resource.</p><br>
/// - [`status_code(impl Into<String>)`](crate::operation::delete_method_response::builders::DeleteMethodResponseFluentBuilder::status_code) / [`set_status_code(Option<String>)`](crate::operation::delete_method_response::builders::DeleteMethodResponseFluentBuilder::set_status_code):<br>required: **true**<br><p>The status code identifier for the MethodResponse resource.</p><br>
/// - On success, responds with [`DeleteMethodResponseOutput`](crate::operation::delete_method_response::DeleteMethodResponseOutput)
/// - On failure, responds with [`SdkError<DeleteMethodResponseError>`](crate::operation::delete_method_response::DeleteMethodResponseError)
pub fn delete_method_response(&self) -> crate::operation::delete_method_response::builders::DeleteMethodResponseFluentBuilder {
crate::operation::delete_method_response::builders::DeleteMethodResponseFluentBuilder::new(self.handle.clone())
}
}