Struct aws_sdk_connect::operation::update_routing_profile_concurrency::UpdateRoutingProfileConcurrencyInput   
source · #[non_exhaustive]pub struct UpdateRoutingProfileConcurrencyInput { /* private fields */ }Implementations§
source§impl UpdateRoutingProfileConcurrencyInput
 
impl UpdateRoutingProfileConcurrencyInput
sourcepub fn instance_id(&self) -> Option<&str>
 
pub fn instance_id(&self) -> Option<&str>
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
sourcepub fn routing_profile_id(&self) -> Option<&str>
 
pub fn routing_profile_id(&self) -> Option<&str>
The identifier of the routing profile.
sourcepub fn media_concurrencies(&self) -> Option<&[MediaConcurrency]>
 
pub fn media_concurrencies(&self) -> Option<&[MediaConcurrency]>
The channels that agents can handle in the Contact Control Panel (CCP).
source§impl UpdateRoutingProfileConcurrencyInput
 
impl UpdateRoutingProfileConcurrencyInput
sourcepub fn builder() -> UpdateRoutingProfileConcurrencyInputBuilder
 
pub fn builder() -> UpdateRoutingProfileConcurrencyInputBuilder
Creates a new builder-style object to manufacture UpdateRoutingProfileConcurrencyInput.
source§impl UpdateRoutingProfileConcurrencyInput
 
impl UpdateRoutingProfileConcurrencyInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<UpdateRoutingProfileConcurrency, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateRoutingProfileConcurrency, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateRoutingProfileConcurrency>
Trait Implementations§
source§impl Clone for UpdateRoutingProfileConcurrencyInput
 
impl Clone for UpdateRoutingProfileConcurrencyInput
source§fn clone(&self) -> UpdateRoutingProfileConcurrencyInput
 
fn clone(&self) -> UpdateRoutingProfileConcurrencyInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl PartialEq<UpdateRoutingProfileConcurrencyInput> for UpdateRoutingProfileConcurrencyInput
 
impl PartialEq<UpdateRoutingProfileConcurrencyInput> for UpdateRoutingProfileConcurrencyInput
source§fn eq(&self, other: &UpdateRoutingProfileConcurrencyInput) -> bool
 
fn eq(&self, other: &UpdateRoutingProfileConcurrencyInput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateRoutingProfileConcurrencyInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateRoutingProfileConcurrencyInput
impl Send for UpdateRoutingProfileConcurrencyInput
impl Sync for UpdateRoutingProfileConcurrencyInput
impl Unpin for UpdateRoutingProfileConcurrencyInput
impl UnwindSafe for UpdateRoutingProfileConcurrencyInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more