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