#[non_exhaustive]pub struct ListSolutionsOutputBuilder { /* private fields */ }
Expand description
A builder for ListSolutionsOutput
.
Implementations§
source§impl ListSolutionsOutputBuilder
impl ListSolutionsOutputBuilder
sourcepub fn solutions(self, input: SolutionSummary) -> Self
pub fn solutions(self, input: SolutionSummary) -> Self
Appends an item to solutions
.
To override the contents of this collection use set_solutions
.
A list of the current solutions.
sourcepub fn set_solutions(self, input: Option<Vec<SolutionSummary>>) -> Self
pub fn set_solutions(self, input: Option<Vec<SolutionSummary>>) -> Self
A list of the current solutions.
sourcepub fn get_solutions(&self) -> &Option<Vec<SolutionSummary>>
pub fn get_solutions(&self) -> &Option<Vec<SolutionSummary>>
A list of the current solutions.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A token for getting the next set of solutions (if they exist).
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A token for getting the next set of solutions (if they exist).
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A token for getting the next set of solutions (if they exist).
sourcepub fn build(self) -> ListSolutionsOutput
pub fn build(self) -> ListSolutionsOutput
Consumes the builder and constructs a ListSolutionsOutput
.
Trait Implementations§
source§impl Clone for ListSolutionsOutputBuilder
impl Clone for ListSolutionsOutputBuilder
source§fn clone(&self) -> ListSolutionsOutputBuilder
fn clone(&self) -> ListSolutionsOutputBuilder
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 Debug for ListSolutionsOutputBuilder
impl Debug for ListSolutionsOutputBuilder
source§impl Default for ListSolutionsOutputBuilder
impl Default for ListSolutionsOutputBuilder
source§fn default() -> ListSolutionsOutputBuilder
fn default() -> ListSolutionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListSolutionsOutputBuilder
impl PartialEq for ListSolutionsOutputBuilder
source§fn eq(&self, other: &ListSolutionsOutputBuilder) -> bool
fn eq(&self, other: &ListSolutionsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListSolutionsOutputBuilder
Auto Trait Implementations§
impl Freeze for ListSolutionsOutputBuilder
impl RefUnwindSafe for ListSolutionsOutputBuilder
impl Send for ListSolutionsOutputBuilder
impl Sync for ListSolutionsOutputBuilder
impl Unpin for ListSolutionsOutputBuilder
impl UnwindSafe for ListSolutionsOutputBuilder
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.