Struct aws_sdk_connect::operation::list_contact_flow_modules::builders::ListContactFlowModulesOutputBuilder
source · #[non_exhaustive]pub struct ListContactFlowModulesOutputBuilder { /* private fields */ }
Expand description
A builder for ListContactFlowModulesOutput
.
Implementations§
source§impl ListContactFlowModulesOutputBuilder
impl ListContactFlowModulesOutputBuilder
sourcepub fn contact_flow_modules_summary_list(
self,
input: ContactFlowModuleSummary
) -> Self
pub fn contact_flow_modules_summary_list( self, input: ContactFlowModuleSummary ) -> Self
Appends an item to contact_flow_modules_summary_list
.
To override the contents of this collection use set_contact_flow_modules_summary_list
.
Information about the flow module.
sourcepub fn set_contact_flow_modules_summary_list(
self,
input: Option<Vec<ContactFlowModuleSummary>>
) -> Self
pub fn set_contact_flow_modules_summary_list( self, input: Option<Vec<ContactFlowModuleSummary>> ) -> Self
Information about the flow module.
sourcepub fn get_contact_flow_modules_summary_list(
&self
) -> &Option<Vec<ContactFlowModuleSummary>>
pub fn get_contact_flow_modules_summary_list( &self ) -> &Option<Vec<ContactFlowModuleSummary>>
Information about the flow module.
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 build(self) -> ListContactFlowModulesOutput
pub fn build(self) -> ListContactFlowModulesOutput
Consumes the builder and constructs a ListContactFlowModulesOutput
.
Trait Implementations§
source§impl Clone for ListContactFlowModulesOutputBuilder
impl Clone for ListContactFlowModulesOutputBuilder
source§fn clone(&self) -> ListContactFlowModulesOutputBuilder
fn clone(&self) -> ListContactFlowModulesOutputBuilder
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 ListContactFlowModulesOutputBuilder
impl Default for ListContactFlowModulesOutputBuilder
source§fn default() -> ListContactFlowModulesOutputBuilder
fn default() -> ListContactFlowModulesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListContactFlowModulesOutputBuilder
impl PartialEq for ListContactFlowModulesOutputBuilder
source§fn eq(&self, other: &ListContactFlowModulesOutputBuilder) -> bool
fn eq(&self, other: &ListContactFlowModulesOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListContactFlowModulesOutputBuilder
Auto Trait Implementations§
impl Freeze for ListContactFlowModulesOutputBuilder
impl RefUnwindSafe for ListContactFlowModulesOutputBuilder
impl Send for ListContactFlowModulesOutputBuilder
impl Sync for ListContactFlowModulesOutputBuilder
impl Unpin for ListContactFlowModulesOutputBuilder
impl UnwindSafe for ListContactFlowModulesOutputBuilder
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.