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 [`UpdateRoutingProfileQueues`](crate::operation::update_routing_profile_queues::builders::UpdateRoutingProfileQueuesFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`instance_id(impl Into<String>)`](crate::operation::update_routing_profile_queues::builders::UpdateRoutingProfileQueuesFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::update_routing_profile_queues::builders::UpdateRoutingProfileQueuesFluentBuilder::set_instance_id): <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
    ///   - [`routing_profile_id(impl Into<String>)`](crate::operation::update_routing_profile_queues::builders::UpdateRoutingProfileQueuesFluentBuilder::routing_profile_id) / [`set_routing_profile_id(Option<String>)`](crate::operation::update_routing_profile_queues::builders::UpdateRoutingProfileQueuesFluentBuilder::set_routing_profile_id): <p>The identifier of the routing profile.</p>
    ///   - [`queue_configs(Vec<RoutingProfileQueueConfig>)`](crate::operation::update_routing_profile_queues::builders::UpdateRoutingProfileQueuesFluentBuilder::queue_configs) / [`set_queue_configs(Option<Vec<RoutingProfileQueueConfig>>)`](crate::operation::update_routing_profile_queues::builders::UpdateRoutingProfileQueuesFluentBuilder::set_queue_configs): <p>The queues to be updated for this routing profile. Queues must first be associated to the routing profile. You can do this using AssociateRoutingProfileQueues.</p>
    /// - On success, responds with [`UpdateRoutingProfileQueuesOutput`](crate::operation::update_routing_profile_queues::UpdateRoutingProfileQueuesOutput)
    /// - On failure, responds with [`SdkError<UpdateRoutingProfileQueuesError>`](crate::operation::update_routing_profile_queues::UpdateRoutingProfileQueuesError)
    pub fn update_routing_profile_queues(&self) -> crate::operation::update_routing_profile_queues::builders::UpdateRoutingProfileQueuesFluentBuilder{
        crate::operation::update_routing_profile_queues::builders::UpdateRoutingProfileQueuesFluentBuilder::new(self.handle.clone())
    }
}