// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateEventIntegration`](crate::operation::update_event_integration::builders::UpdateEventIntegrationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`name(impl Into<String>)`](crate::operation::update_event_integration::builders::UpdateEventIntegrationFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::update_event_integration::builders::UpdateEventIntegrationFluentBuilder::set_name): <p>The name of the event integration.</p>
/// - [`description(impl Into<String>)`](crate::operation::update_event_integration::builders::UpdateEventIntegrationFluentBuilder::description) / [`set_description(Option<String>)`](crate::operation::update_event_integration::builders::UpdateEventIntegrationFluentBuilder::set_description): <p>The description of the event inegration.</p>
/// - On success, responds with [`UpdateEventIntegrationOutput`](crate::operation::update_event_integration::UpdateEventIntegrationOutput)
/// - On failure, responds with [`SdkError<UpdateEventIntegrationError>`](crate::operation::update_event_integration::UpdateEventIntegrationError)
pub fn update_event_integration(
&self,
) -> crate::operation::update_event_integration::builders::UpdateEventIntegrationFluentBuilder
{
crate::operation::update_event_integration::builders::UpdateEventIntegrationFluentBuilder::new(self.handle.clone())
}
}