#[non_exhaustive]pub struct GetClassifierOutputBuilder { /* private fields */ }
Expand description
A builder for GetClassifierOutput
.
Implementations§
source§impl GetClassifierOutputBuilder
impl GetClassifierOutputBuilder
sourcepub fn classifier(self, input: Classifier) -> Self
pub fn classifier(self, input: Classifier) -> Self
The requested classifier.
sourcepub fn set_classifier(self, input: Option<Classifier>) -> Self
pub fn set_classifier(self, input: Option<Classifier>) -> Self
The requested classifier.
sourcepub fn get_classifier(&self) -> &Option<Classifier>
pub fn get_classifier(&self) -> &Option<Classifier>
The requested classifier.
sourcepub fn build(self) -> GetClassifierOutput
pub fn build(self) -> GetClassifierOutput
Consumes the builder and constructs a GetClassifierOutput
.
Trait Implementations§
source§impl Clone for GetClassifierOutputBuilder
impl Clone for GetClassifierOutputBuilder
source§fn clone(&self) -> GetClassifierOutputBuilder
fn clone(&self) -> GetClassifierOutputBuilder
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 GetClassifierOutputBuilder
impl Debug for GetClassifierOutputBuilder
source§impl Default for GetClassifierOutputBuilder
impl Default for GetClassifierOutputBuilder
source§fn default() -> GetClassifierOutputBuilder
fn default() -> GetClassifierOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetClassifierOutputBuilder
impl PartialEq for GetClassifierOutputBuilder
source§fn eq(&self, other: &GetClassifierOutputBuilder) -> bool
fn eq(&self, other: &GetClassifierOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetClassifierOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetClassifierOutputBuilder
impl Send for GetClassifierOutputBuilder
impl Sync for GetClassifierOutputBuilder
impl Unpin for GetClassifierOutputBuilder
impl UnwindSafe for GetClassifierOutputBuilder
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.