Struct aws_sdk_cloudsearch::operation::define_expression::builders::DefineExpressionOutputBuilder
source · #[non_exhaustive]pub struct DefineExpressionOutputBuilder { /* private fields */ }Expand description
A builder for DefineExpressionOutput.
Implementations§
source§impl DefineExpressionOutputBuilder
impl DefineExpressionOutputBuilder
sourcepub fn expression(self, input: ExpressionStatus) -> Self
pub fn expression(self, input: ExpressionStatus) -> Self
The value of an Expression and its current status.
sourcepub fn set_expression(self, input: Option<ExpressionStatus>) -> Self
pub fn set_expression(self, input: Option<ExpressionStatus>) -> Self
The value of an Expression and its current status.
sourcepub fn build(self) -> DefineExpressionOutput
pub fn build(self) -> DefineExpressionOutput
Consumes the builder and constructs a DefineExpressionOutput.
Trait Implementations§
source§impl Clone for DefineExpressionOutputBuilder
impl Clone for DefineExpressionOutputBuilder
source§fn clone(&self) -> DefineExpressionOutputBuilder
fn clone(&self) -> DefineExpressionOutputBuilder
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 DefineExpressionOutputBuilder
impl Default for DefineExpressionOutputBuilder
source§fn default() -> DefineExpressionOutputBuilder
fn default() -> DefineExpressionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DefineExpressionOutputBuilder> for DefineExpressionOutputBuilder
impl PartialEq<DefineExpressionOutputBuilder> for DefineExpressionOutputBuilder
source§fn eq(&self, other: &DefineExpressionOutputBuilder) -> bool
fn eq(&self, other: &DefineExpressionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.