#[non_exhaustive]pub struct UpdateQueueOutboundCallerConfigInput { /* private fields */ }
Implementations
sourceimpl UpdateQueueOutboundCallerConfigInput
impl UpdateQueueOutboundCallerConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateQueueOutboundCallerConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateQueueOutboundCallerConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateQueueOutboundCallerConfig
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateQueueOutboundCallerConfigInput
.
sourceimpl UpdateQueueOutboundCallerConfigInput
impl UpdateQueueOutboundCallerConfigInput
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 instanceId in the ARN of the instance.
sourcepub fn outbound_caller_config(&self) -> Option<&OutboundCallerConfig>
pub fn outbound_caller_config(&self) -> Option<&OutboundCallerConfig>
The outbound caller ID name, number, and outbound whisper flow.
Trait Implementations
sourceimpl Clone for UpdateQueueOutboundCallerConfigInput
impl Clone for UpdateQueueOutboundCallerConfigInput
sourcefn clone(&self) -> UpdateQueueOutboundCallerConfigInput
fn clone(&self) -> UpdateQueueOutboundCallerConfigInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<UpdateQueueOutboundCallerConfigInput> for UpdateQueueOutboundCallerConfigInput
impl PartialEq<UpdateQueueOutboundCallerConfigInput> for UpdateQueueOutboundCallerConfigInput
sourcefn eq(&self, other: &UpdateQueueOutboundCallerConfigInput) -> bool
fn eq(&self, other: &UpdateQueueOutboundCallerConfigInput) -> bool
impl StructuralPartialEq for UpdateQueueOutboundCallerConfigInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateQueueOutboundCallerConfigInput
impl Send for UpdateQueueOutboundCallerConfigInput
impl Sync for UpdateQueueOutboundCallerConfigInput
impl Unpin for UpdateQueueOutboundCallerConfigInput
impl UnwindSafe for UpdateQueueOutboundCallerConfigInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more