Struct aws_sdk_connect::operation::list_routing_profile_queues::ListRoutingProfileQueuesOutput
source · #[non_exhaustive]pub struct ListRoutingProfileQueuesOutput { /* private fields */ }Implementations§
source§impl ListRoutingProfileQueuesOutput
impl ListRoutingProfileQueuesOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If there are additional results, this is the token for the next set of results.
sourcepub fn routing_profile_queue_config_summary_list(
&self
) -> Option<&[RoutingProfileQueueConfigSummary]>
pub fn routing_profile_queue_config_summary_list( &self ) -> Option<&[RoutingProfileQueueConfigSummary]>
Information about the routing profiles.
source§impl ListRoutingProfileQueuesOutput
impl ListRoutingProfileQueuesOutput
sourcepub fn builder() -> ListRoutingProfileQueuesOutputBuilder
pub fn builder() -> ListRoutingProfileQueuesOutputBuilder
Creates a new builder-style object to manufacture ListRoutingProfileQueuesOutput.
Trait Implementations§
source§impl Clone for ListRoutingProfileQueuesOutput
impl Clone for ListRoutingProfileQueuesOutput
source§fn clone(&self) -> ListRoutingProfileQueuesOutput
fn clone(&self) -> ListRoutingProfileQueuesOutput
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<ListRoutingProfileQueuesOutput> for ListRoutingProfileQueuesOutput
impl PartialEq<ListRoutingProfileQueuesOutput> for ListRoutingProfileQueuesOutput
source§fn eq(&self, other: &ListRoutingProfileQueuesOutput) -> bool
fn eq(&self, other: &ListRoutingProfileQueuesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListRoutingProfileQueuesOutput
impl RequestId for ListRoutingProfileQueuesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for ListRoutingProfileQueuesOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListRoutingProfileQueuesOutput
impl Send for ListRoutingProfileQueuesOutput
impl Sync for ListRoutingProfileQueuesOutput
impl Unpin for ListRoutingProfileQueuesOutput
impl UnwindSafe for ListRoutingProfileQueuesOutput
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