aws-sdk-socialmessaging 1.72.0

AWS SDK for AWS End User Messaging Social
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UpdateWhatsAppFlow`](crate::operation::update_whats_app_flow::builders::UpdateWhatsAppFlowFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::update_whats_app_flow::builders::UpdateWhatsAppFlowFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::update_whats_app_flow::builders::UpdateWhatsAppFlowFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the WhatsApp Business Account associated with this Flow.</p><br>
    ///   - [`flow_id(impl Into<String>)`](crate::operation::update_whats_app_flow::builders::UpdateWhatsAppFlowFluentBuilder::flow_id) / [`set_flow_id(Option<String>)`](crate::operation::update_whats_app_flow::builders::UpdateWhatsAppFlowFluentBuilder::set_flow_id):<br>required: **true**<br><p>The unique identifier of the Flow to update.</p><br>
    ///   - [`flow_name(impl Into<String>)`](crate::operation::update_whats_app_flow::builders::UpdateWhatsAppFlowFluentBuilder::flow_name) / [`set_flow_name(Option<String>)`](crate::operation::update_whats_app_flow::builders::UpdateWhatsAppFlowFluentBuilder::set_flow_name):<br>required: **false**<br><p>The updated name for the Flow.</p><br>
    ///   - [`categories(MetaFlowCategory)`](crate::operation::update_whats_app_flow::builders::UpdateWhatsAppFlowFluentBuilder::categories) / [`set_categories(Option<Vec::<MetaFlowCategory>>)`](crate::operation::update_whats_app_flow::builders::UpdateWhatsAppFlowFluentBuilder::set_categories):<br>required: **false**<br><p>The updated categories for the Flow.</p><br>
    ///   - [`endpoint_uri(impl Into<String>)`](crate::operation::update_whats_app_flow::builders::UpdateWhatsAppFlowFluentBuilder::endpoint_uri) / [`set_endpoint_uri(Option<String>)`](crate::operation::update_whats_app_flow::builders::UpdateWhatsAppFlowFluentBuilder::set_endpoint_uri):<br>required: **false**<br><p>The updated HTTPS endpoint for a data exchange Flow.</p><br>
    ///   - [`meta_app_id(impl Into<String>)`](crate::operation::update_whats_app_flow::builders::UpdateWhatsAppFlowFluentBuilder::meta_app_id) / [`set_meta_app_id(Option<String>)`](crate::operation::update_whats_app_flow::builders::UpdateWhatsAppFlowFluentBuilder::set_meta_app_id):<br>required: **false**<br><p>The ID of the Meta application to attach to the Flow.</p><br>
    /// - On success, responds with [`UpdateWhatsAppFlowOutput`](crate::operation::update_whats_app_flow::UpdateWhatsAppFlowOutput)
    /// - On failure, responds with [`SdkError<UpdateWhatsAppFlowError>`](crate::operation::update_whats_app_flow::UpdateWhatsAppFlowError)
    pub fn update_whats_app_flow(&self) -> crate::operation::update_whats_app_flow::builders::UpdateWhatsAppFlowFluentBuilder {
        crate::operation::update_whats_app_flow::builders::UpdateWhatsAppFlowFluentBuilder::new(self.handle.clone())
    }
}