#[non_exhaustive]pub struct QueueQuickConnectConfigBuilder { /* private fields */ }
Expand description
A builder for QueueQuickConnectConfig
.
Implementations§
source§impl QueueQuickConnectConfigBuilder
impl QueueQuickConnectConfigBuilder
sourcepub fn queue_id(self, input: impl Into<String>) -> Self
pub fn queue_id(self, input: impl Into<String>) -> Self
The identifier for the queue.
This field is required.sourcepub fn set_queue_id(self, input: Option<String>) -> Self
pub fn set_queue_id(self, input: Option<String>) -> Self
The identifier for the queue.
sourcepub fn get_queue_id(&self) -> &Option<String>
pub fn get_queue_id(&self) -> &Option<String>
The identifier for the queue.
sourcepub fn contact_flow_id(self, input: impl Into<String>) -> Self
pub fn contact_flow_id(self, input: impl Into<String>) -> Self
The identifier of the flow.
This field is required.sourcepub fn set_contact_flow_id(self, input: Option<String>) -> Self
pub fn set_contact_flow_id(self, input: Option<String>) -> Self
The identifier of the flow.
sourcepub fn get_contact_flow_id(&self) -> &Option<String>
pub fn get_contact_flow_id(&self) -> &Option<String>
The identifier of the flow.
sourcepub fn build(self) -> Result<QueueQuickConnectConfig, BuildError>
pub fn build(self) -> Result<QueueQuickConnectConfig, BuildError>
Consumes the builder and constructs a QueueQuickConnectConfig
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for QueueQuickConnectConfigBuilder
impl Clone for QueueQuickConnectConfigBuilder
source§fn clone(&self) -> QueueQuickConnectConfigBuilder
fn clone(&self) -> QueueQuickConnectConfigBuilder
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 Default for QueueQuickConnectConfigBuilder
impl Default for QueueQuickConnectConfigBuilder
source§fn default() -> QueueQuickConnectConfigBuilder
fn default() -> QueueQuickConnectConfigBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for QueueQuickConnectConfigBuilder
impl PartialEq for QueueQuickConnectConfigBuilder
source§fn eq(&self, other: &QueueQuickConnectConfigBuilder) -> bool
fn eq(&self, other: &QueueQuickConnectConfigBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for QueueQuickConnectConfigBuilder
Auto Trait Implementations§
impl Freeze for QueueQuickConnectConfigBuilder
impl RefUnwindSafe for QueueQuickConnectConfigBuilder
impl Send for QueueQuickConnectConfigBuilder
impl Sync for QueueQuickConnectConfigBuilder
impl Unpin for QueueQuickConnectConfigBuilder
impl UnwindSafe for QueueQuickConnectConfigBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.