aws_sdk_connect/client/disassociate_phone_number_contact_flow.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DisassociatePhoneNumberContactFlow`](crate::operation::disassociate_phone_number_contact_flow::builders::DisassociatePhoneNumberContactFlowFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`phone_number_id(impl Into<String>)`](crate::operation::disassociate_phone_number_contact_flow::builders::DisassociatePhoneNumberContactFlowFluentBuilder::phone_number_id) / [`set_phone_number_id(Option<String>)`](crate::operation::disassociate_phone_number_contact_flow::builders::DisassociatePhoneNumberContactFlowFluentBuilder::set_phone_number_id):<br>required: **true**<br><p>A unique identifier for the phone number.</p><br>
/// - [`instance_id(impl Into<String>)`](crate::operation::disassociate_phone_number_contact_flow::builders::DisassociatePhoneNumberContactFlowFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::disassociate_phone_number_contact_flow::builders::DisassociatePhoneNumberContactFlowFluentBuilder::set_instance_id):<br>required: **true**<br><p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p><br>
/// - On success, responds with [`DisassociatePhoneNumberContactFlowOutput`](crate::operation::disassociate_phone_number_contact_flow::DisassociatePhoneNumberContactFlowOutput)
/// - On failure, responds with [`SdkError<DisassociatePhoneNumberContactFlowError>`](crate::operation::disassociate_phone_number_contact_flow::DisassociatePhoneNumberContactFlowError)
pub fn disassociate_phone_number_contact_flow(
&self,
) -> crate::operation::disassociate_phone_number_contact_flow::builders::DisassociatePhoneNumberContactFlowFluentBuilder {
crate::operation::disassociate_phone_number_contact_flow::builders::DisassociatePhoneNumberContactFlowFluentBuilder::new(self.handle.clone())
}
}