Struct aws_sdk_evidently::types::builders::EvaluationRuleBuilder
source · #[non_exhaustive]pub struct EvaluationRuleBuilder { /* private fields */ }Expand description
A builder for EvaluationRule.
Implementations§
source§impl EvaluationRuleBuilder
impl EvaluationRuleBuilder
sourcepub fn type(self, input: impl Into<String>) -> Self
pub fn type(self, input: impl Into<String>) -> Self
This value is aws.evidently.splits if this is an evaluation rule for a launch, and it is aws.evidently.onlineab if this is an evaluation rule for an experiment.
sourcepub fn set_type(self, input: Option<String>) -> Self
pub fn set_type(self, input: Option<String>) -> Self
This value is aws.evidently.splits if this is an evaluation rule for a launch, and it is aws.evidently.onlineab if this is an evaluation rule for an experiment.
sourcepub fn build(self) -> EvaluationRule
pub fn build(self) -> EvaluationRule
Consumes the builder and constructs a EvaluationRule.
Trait Implementations§
source§impl Clone for EvaluationRuleBuilder
impl Clone for EvaluationRuleBuilder
source§fn clone(&self) -> EvaluationRuleBuilder
fn clone(&self) -> EvaluationRuleBuilder
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 Debug for EvaluationRuleBuilder
impl Debug for EvaluationRuleBuilder
source§impl Default for EvaluationRuleBuilder
impl Default for EvaluationRuleBuilder
source§fn default() -> EvaluationRuleBuilder
fn default() -> EvaluationRuleBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<EvaluationRuleBuilder> for EvaluationRuleBuilder
impl PartialEq<EvaluationRuleBuilder> for EvaluationRuleBuilder
source§fn eq(&self, other: &EvaluationRuleBuilder) -> bool
fn eq(&self, other: &EvaluationRuleBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.