Struct aws_sdk_qconnect::operation::list_quick_responses::builders::ListQuickResponsesOutputBuilder
source · #[non_exhaustive]pub struct ListQuickResponsesOutputBuilder { /* private fields */ }Expand description
A builder for ListQuickResponsesOutput.
Implementations§
source§impl ListQuickResponsesOutputBuilder
impl ListQuickResponsesOutputBuilder
sourcepub fn quick_response_summaries(self, input: QuickResponseSummary) -> Self
pub fn quick_response_summaries(self, input: QuickResponseSummary) -> Self
Appends an item to quick_response_summaries.
To override the contents of this collection use set_quick_response_summaries.
Summary information about the quick responses.
sourcepub fn set_quick_response_summaries(
self,
input: Option<Vec<QuickResponseSummary>>
) -> Self
pub fn set_quick_response_summaries( self, input: Option<Vec<QuickResponseSummary>> ) -> Self
Summary information about the quick responses.
sourcepub fn get_quick_response_summaries(&self) -> &Option<Vec<QuickResponseSummary>>
pub fn get_quick_response_summaries(&self) -> &Option<Vec<QuickResponseSummary>>
Summary information about the quick responses.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve 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
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
sourcepub fn build(self) -> Result<ListQuickResponsesOutput, BuildError>
pub fn build(self) -> Result<ListQuickResponsesOutput, BuildError>
Consumes the builder and constructs a ListQuickResponsesOutput.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for ListQuickResponsesOutputBuilder
impl Clone for ListQuickResponsesOutputBuilder
source§fn clone(&self) -> ListQuickResponsesOutputBuilder
fn clone(&self) -> ListQuickResponsesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListQuickResponsesOutputBuilder
impl Default for ListQuickResponsesOutputBuilder
source§fn default() -> ListQuickResponsesOutputBuilder
fn default() -> ListQuickResponsesOutputBuilder
source§impl PartialEq for ListQuickResponsesOutputBuilder
impl PartialEq for ListQuickResponsesOutputBuilder
source§fn eq(&self, other: &ListQuickResponsesOutputBuilder) -> bool
fn eq(&self, other: &ListQuickResponsesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.