Struct aws_sdk_connect::operation::list_queue_quick_connects::builders::ListQueueQuickConnectsOutputBuilder
source · #[non_exhaustive]pub struct ListQueueQuickConnectsOutputBuilder { /* private fields */ }Expand description
A builder for ListQueueQuickConnectsOutput.
Implementations§
source§impl ListQueueQuickConnectsOutputBuilder
impl ListQueueQuickConnectsOutputBuilder
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 quick_connect_summary_list(self, input: QuickConnectSummary) -> Self
pub fn quick_connect_summary_list(self, input: QuickConnectSummary) -> Self
Appends an item to quick_connect_summary_list.
To override the contents of this collection use set_quick_connect_summary_list.
Information about the quick connects.
sourcepub fn set_quick_connect_summary_list(
self,
input: Option<Vec<QuickConnectSummary>>,
) -> Self
pub fn set_quick_connect_summary_list( self, input: Option<Vec<QuickConnectSummary>>, ) -> Self
Information about the quick connects.
sourcepub fn get_quick_connect_summary_list(
&self,
) -> &Option<Vec<QuickConnectSummary>>
pub fn get_quick_connect_summary_list( &self, ) -> &Option<Vec<QuickConnectSummary>>
Information about the quick connects.
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) -> ListQueueQuickConnectsOutput
pub fn build(self) -> ListQueueQuickConnectsOutput
Consumes the builder and constructs a ListQueueQuickConnectsOutput.
Trait Implementations§
source§impl Clone for ListQueueQuickConnectsOutputBuilder
impl Clone for ListQueueQuickConnectsOutputBuilder
source§fn clone(&self) -> ListQueueQuickConnectsOutputBuilder
fn clone(&self) -> ListQueueQuickConnectsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListQueueQuickConnectsOutputBuilder
impl Default for ListQueueQuickConnectsOutputBuilder
source§fn default() -> ListQueueQuickConnectsOutputBuilder
fn default() -> ListQueueQuickConnectsOutputBuilder
source§impl PartialEq for ListQueueQuickConnectsOutputBuilder
impl PartialEq for ListQueueQuickConnectsOutputBuilder
source§fn eq(&self, other: &ListQueueQuickConnectsOutputBuilder) -> bool
fn eq(&self, other: &ListQueueQuickConnectsOutputBuilder) -> bool
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ListQueueQuickConnectsOutputBuilder
Auto Trait Implementations§
impl Freeze for ListQueueQuickConnectsOutputBuilder
impl RefUnwindSafe for ListQueueQuickConnectsOutputBuilder
impl Send for ListQueueQuickConnectsOutputBuilder
impl Sync for ListQueueQuickConnectsOutputBuilder
impl Unpin for ListQueueQuickConnectsOutputBuilder
impl UnwindSafe for ListQueueQuickConnectsOutputBuilder
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