Struct aws_sdk_personalize::operation::describe_algorithm::builders::DescribeAlgorithmOutputBuilder
source · #[non_exhaustive]pub struct DescribeAlgorithmOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeAlgorithmOutput
.
Implementations§
source§impl DescribeAlgorithmOutputBuilder
impl DescribeAlgorithmOutputBuilder
sourcepub fn set_algorithm(self, input: Option<Algorithm>) -> Self
pub fn set_algorithm(self, input: Option<Algorithm>) -> Self
A listing of the properties of the algorithm.
sourcepub fn get_algorithm(&self) -> &Option<Algorithm>
pub fn get_algorithm(&self) -> &Option<Algorithm>
A listing of the properties of the algorithm.
sourcepub fn build(self) -> DescribeAlgorithmOutput
pub fn build(self) -> DescribeAlgorithmOutput
Consumes the builder and constructs a DescribeAlgorithmOutput
.
Trait Implementations§
source§impl Clone for DescribeAlgorithmOutputBuilder
impl Clone for DescribeAlgorithmOutputBuilder
source§fn clone(&self) -> DescribeAlgorithmOutputBuilder
fn clone(&self) -> DescribeAlgorithmOutputBuilder
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 DescribeAlgorithmOutputBuilder
impl Default for DescribeAlgorithmOutputBuilder
source§fn default() -> DescribeAlgorithmOutputBuilder
fn default() -> DescribeAlgorithmOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeAlgorithmOutputBuilder
impl PartialEq for DescribeAlgorithmOutputBuilder
source§fn eq(&self, other: &DescribeAlgorithmOutputBuilder) -> bool
fn eq(&self, other: &DescribeAlgorithmOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeAlgorithmOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeAlgorithmOutputBuilder
impl RefUnwindSafe for DescribeAlgorithmOutputBuilder
impl Send for DescribeAlgorithmOutputBuilder
impl Sync for DescribeAlgorithmOutputBuilder
impl Unpin for DescribeAlgorithmOutputBuilder
impl UnwindSafe for DescribeAlgorithmOutputBuilder
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.