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 [`UpdateEventIntegration`](crate::operation::update_event_integration::builders::UpdateEventIntegrationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`name(impl ::std::convert::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 ::std::convert::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())
    }
}