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