Struct aws_sdk_cloudsearch::operation::define_analysis_scheme::builders::DefineAnalysisSchemeOutputBuilder
source · #[non_exhaustive]pub struct DefineAnalysisSchemeOutputBuilder { /* private fields */ }Expand description
A builder for DefineAnalysisSchemeOutput.
Implementations§
source§impl DefineAnalysisSchemeOutputBuilder
impl DefineAnalysisSchemeOutputBuilder
sourcepub fn analysis_scheme(self, input: AnalysisSchemeStatus) -> Self
pub fn analysis_scheme(self, input: AnalysisSchemeStatus) -> Self
The status and configuration of an AnalysisScheme.
sourcepub fn set_analysis_scheme(self, input: Option<AnalysisSchemeStatus>) -> Self
pub fn set_analysis_scheme(self, input: Option<AnalysisSchemeStatus>) -> Self
The status and configuration of an AnalysisScheme.
sourcepub fn get_analysis_scheme(&self) -> &Option<AnalysisSchemeStatus>
pub fn get_analysis_scheme(&self) -> &Option<AnalysisSchemeStatus>
The status and configuration of an AnalysisScheme.
sourcepub fn build(self) -> DefineAnalysisSchemeOutput
pub fn build(self) -> DefineAnalysisSchemeOutput
Consumes the builder and constructs a DefineAnalysisSchemeOutput.
Trait Implementations§
source§impl Clone for DefineAnalysisSchemeOutputBuilder
impl Clone for DefineAnalysisSchemeOutputBuilder
source§fn clone(&self) -> DefineAnalysisSchemeOutputBuilder
fn clone(&self) -> DefineAnalysisSchemeOutputBuilder
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 DefineAnalysisSchemeOutputBuilder
impl Default for DefineAnalysisSchemeOutputBuilder
source§fn default() -> DefineAnalysisSchemeOutputBuilder
fn default() -> DefineAnalysisSchemeOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DefineAnalysisSchemeOutputBuilder
impl PartialEq for DefineAnalysisSchemeOutputBuilder
source§fn eq(&self, other: &DefineAnalysisSchemeOutputBuilder) -> bool
fn eq(&self, other: &DefineAnalysisSchemeOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DefineAnalysisSchemeOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DefineAnalysisSchemeOutputBuilder
impl Send for DefineAnalysisSchemeOutputBuilder
impl Sync for DefineAnalysisSchemeOutputBuilder
impl Unpin for DefineAnalysisSchemeOutputBuilder
impl UnwindSafe for DefineAnalysisSchemeOutputBuilder
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.