Struct aws_sdk_connect::operation::list_routing_profile_queues::builders::ListRoutingProfileQueuesOutputBuilder
source · #[non_exhaustive]pub struct ListRoutingProfileQueuesOutputBuilder { /* private fields */ }Expand description
A builder for ListRoutingProfileQueuesOutput.
Implementations§
source§impl ListRoutingProfileQueuesOutputBuilder
impl ListRoutingProfileQueuesOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If there are additional results, this is the token for the next set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If there are additional results, this is the token for the next set of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If there are additional results, this is the token for the next set of results.
sourcepub fn routing_profile_queue_config_summary_list(
self,
input: RoutingProfileQueueConfigSummary,
) -> Self
pub fn routing_profile_queue_config_summary_list( self, input: RoutingProfileQueueConfigSummary, ) -> Self
Appends an item to routing_profile_queue_config_summary_list.
To override the contents of this collection use set_routing_profile_queue_config_summary_list.
Information about the routing profiles.
sourcepub fn set_routing_profile_queue_config_summary_list(
self,
input: Option<Vec<RoutingProfileQueueConfigSummary>>,
) -> Self
pub fn set_routing_profile_queue_config_summary_list( self, input: Option<Vec<RoutingProfileQueueConfigSummary>>, ) -> Self
Information about the routing profiles.
sourcepub fn get_routing_profile_queue_config_summary_list(
&self,
) -> &Option<Vec<RoutingProfileQueueConfigSummary>>
pub fn get_routing_profile_queue_config_summary_list( &self, ) -> &Option<Vec<RoutingProfileQueueConfigSummary>>
Information about the routing profiles.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The timestamp when this resource was last modified.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
The timestamp when this resource was last modified.
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
The timestamp when this resource was last modified.
sourcepub fn last_modified_region(self, input: impl Into<String>) -> Self
pub fn last_modified_region(self, input: impl Into<String>) -> Self
The Amazon Web Services Region where this resource was last modified.
sourcepub fn set_last_modified_region(self, input: Option<String>) -> Self
pub fn set_last_modified_region(self, input: Option<String>) -> Self
The Amazon Web Services Region where this resource was last modified.
sourcepub fn get_last_modified_region(&self) -> &Option<String>
pub fn get_last_modified_region(&self) -> &Option<String>
The Amazon Web Services Region where this resource was last modified.
sourcepub fn build(self) -> ListRoutingProfileQueuesOutput
pub fn build(self) -> ListRoutingProfileQueuesOutput
Consumes the builder and constructs a ListRoutingProfileQueuesOutput.
Trait Implementations§
source§impl Clone for ListRoutingProfileQueuesOutputBuilder
impl Clone for ListRoutingProfileQueuesOutputBuilder
source§fn clone(&self) -> ListRoutingProfileQueuesOutputBuilder
fn clone(&self) -> ListRoutingProfileQueuesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListRoutingProfileQueuesOutputBuilder
impl Default for ListRoutingProfileQueuesOutputBuilder
source§fn default() -> ListRoutingProfileQueuesOutputBuilder
fn default() -> ListRoutingProfileQueuesOutputBuilder
source§impl PartialEq for ListRoutingProfileQueuesOutputBuilder
impl PartialEq for ListRoutingProfileQueuesOutputBuilder
source§fn eq(&self, other: &ListRoutingProfileQueuesOutputBuilder) -> bool
fn eq(&self, other: &ListRoutingProfileQueuesOutputBuilder) -> bool
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ListRoutingProfileQueuesOutputBuilder
Auto Trait Implementations§
impl Freeze for ListRoutingProfileQueuesOutputBuilder
impl RefUnwindSafe for ListRoutingProfileQueuesOutputBuilder
impl Send for ListRoutingProfileQueuesOutputBuilder
impl Sync for ListRoutingProfileQueuesOutputBuilder
impl Unpin for ListRoutingProfileQueuesOutputBuilder
impl UnwindSafe for ListRoutingProfileQueuesOutputBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more