// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DisassociateManagedNotificationAdditionalChannel`](crate::operation::disassociate_managed_notification_additional_channel::builders::DisassociateManagedNotificationAdditionalChannelFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`channel_arn(impl Into<String>)`](crate::operation::disassociate_managed_notification_additional_channel::builders::DisassociateManagedNotificationAdditionalChannelFluentBuilder::channel_arn) / [`set_channel_arn(Option<String>)`](crate::operation::disassociate_managed_notification_additional_channel::builders::DisassociateManagedNotificationAdditionalChannelFluentBuilder::set_channel_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the Channel to associate with the <code>ManagedNotificationConfiguration</code>.</p><br>
/// - [`managed_notification_configuration_arn(impl Into<String>)`](crate::operation::disassociate_managed_notification_additional_channel::builders::DisassociateManagedNotificationAdditionalChannelFluentBuilder::managed_notification_configuration_arn) / [`set_managed_notification_configuration_arn(Option<String>)`](crate::operation::disassociate_managed_notification_additional_channel::builders::DisassociateManagedNotificationAdditionalChannelFluentBuilder::set_managed_notification_configuration_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the Managed Notification Configuration to associate with the additional Channel.</p><br>
/// - On success, responds with [`DisassociateManagedNotificationAdditionalChannelOutput`](crate::operation::disassociate_managed_notification_additional_channel::DisassociateManagedNotificationAdditionalChannelOutput)
/// - On failure, responds with [`SdkError<DisassociateManagedNotificationAdditionalChannelError>`](crate::operation::disassociate_managed_notification_additional_channel::DisassociateManagedNotificationAdditionalChannelError)
pub fn disassociate_managed_notification_additional_channel(
&self,
) -> crate::operation::disassociate_managed_notification_additional_channel::builders::DisassociateManagedNotificationAdditionalChannelFluentBuilder
{
crate::operation::disassociate_managed_notification_additional_channel::builders::DisassociateManagedNotificationAdditionalChannelFluentBuilder::new(self.handle.clone())
}
}