1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UpdateUserPhoneConfig`](crate::operation::update_user_phone_config::builders::UpdateUserPhoneConfigFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`phone_config(UserPhoneConfig)`](crate::operation::update_user_phone_config::builders::UpdateUserPhoneConfigFluentBuilder::phone_config) / [`set_phone_config(Option<UserPhoneConfig>)`](crate::operation::update_user_phone_config::builders::UpdateUserPhoneConfigFluentBuilder::set_phone_config):<br>required: **true**<br><p>Information about phone configuration settings for the user.</p><br>
    ///   - [`user_id(impl Into<String>)`](crate::operation::update_user_phone_config::builders::UpdateUserPhoneConfigFluentBuilder::user_id) / [`set_user_id(Option<String>)`](crate::operation::update_user_phone_config::builders::UpdateUserPhoneConfigFluentBuilder::set_user_id):<br>required: **true**<br><p>The identifier of the user account.</p><br>
    ///   - [`instance_id(impl Into<String>)`](crate::operation::update_user_phone_config::builders::UpdateUserPhoneConfigFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::update_user_phone_config::builders::UpdateUserPhoneConfigFluentBuilder::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 [`UpdateUserPhoneConfigOutput`](crate::operation::update_user_phone_config::UpdateUserPhoneConfigOutput)
    /// - On failure, responds with [`SdkError<UpdateUserPhoneConfigError>`](crate::operation::update_user_phone_config::UpdateUserPhoneConfigError)
    pub fn update_user_phone_config(&self) -> crate::operation::update_user_phone_config::builders::UpdateUserPhoneConfigFluentBuilder {
        crate::operation::update_user_phone_config::builders::UpdateUserPhoneConfigFluentBuilder::new(self.handle.clone())
    }
}