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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteWhatsAppFlow`](crate::operation::delete_whats_app_flow::builders::DeleteWhatsAppFlowFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::delete_whats_app_flow::builders::DeleteWhatsAppFlowFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_whats_app_flow::builders::DeleteWhatsAppFlowFluentBuilder::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::delete_whats_app_flow::builders::DeleteWhatsAppFlowFluentBuilder::flow_id) / [`set_flow_id(Option<String>)`](crate::operation::delete_whats_app_flow::builders::DeleteWhatsAppFlowFluentBuilder::set_flow_id):<br>required: **true**<br><p>The unique identifier of the Flow to delete.</p><br>
    /// - On success, responds with [`DeleteWhatsAppFlowOutput`](crate::operation::delete_whats_app_flow::DeleteWhatsAppFlowOutput)
    /// - On failure, responds with [`SdkError<DeleteWhatsAppFlowError>`](crate::operation::delete_whats_app_flow::DeleteWhatsAppFlowError)
    pub fn delete_whats_app_flow(&self) -> crate::operation::delete_whats_app_flow::builders::DeleteWhatsAppFlowFluentBuilder {
        crate::operation::delete_whats_app_flow::builders::DeleteWhatsAppFlowFluentBuilder::new(self.handle.clone())
    }
}