Struct aws_sdk_personalize::operation::describe_solution::builders::DescribeSolutionOutputBuilder
source · #[non_exhaustive]pub struct DescribeSolutionOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeSolutionOutput
.
Implementations§
source§impl DescribeSolutionOutputBuilder
impl DescribeSolutionOutputBuilder
sourcepub fn set_solution(self, input: Option<Solution>) -> Self
pub fn set_solution(self, input: Option<Solution>) -> Self
An object that describes the solution.
sourcepub fn get_solution(&self) -> &Option<Solution>
pub fn get_solution(&self) -> &Option<Solution>
An object that describes the solution.
sourcepub fn build(self) -> DescribeSolutionOutput
pub fn build(self) -> DescribeSolutionOutput
Consumes the builder and constructs a DescribeSolutionOutput
.
Trait Implementations§
source§impl Clone for DescribeSolutionOutputBuilder
impl Clone for DescribeSolutionOutputBuilder
source§fn clone(&self) -> DescribeSolutionOutputBuilder
fn clone(&self) -> DescribeSolutionOutputBuilder
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 DescribeSolutionOutputBuilder
impl Default for DescribeSolutionOutputBuilder
source§fn default() -> DescribeSolutionOutputBuilder
fn default() -> DescribeSolutionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeSolutionOutputBuilder
impl PartialEq for DescribeSolutionOutputBuilder
source§fn eq(&self, other: &DescribeSolutionOutputBuilder) -> bool
fn eq(&self, other: &DescribeSolutionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeSolutionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeSolutionOutputBuilder
impl Send for DescribeSolutionOutputBuilder
impl Sync for DescribeSolutionOutputBuilder
impl Unpin for DescribeSolutionOutputBuilder
impl UnwindSafe for DescribeSolutionOutputBuilder
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.