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.
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 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<DeleteExpressionOutputBuilder> for DeleteExpressionOutputBuilder
impl PartialEq<DeleteExpressionOutputBuilder> 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 ==.