Struct aws_sdk_evidently::operation::test_segment_pattern::builders::TestSegmentPatternOutputBuilder
source · #[non_exhaustive]pub struct TestSegmentPatternOutputBuilder { /* private fields */ }Expand description
A builder for TestSegmentPatternOutput.
Implementations§
source§impl TestSegmentPatternOutputBuilder
impl TestSegmentPatternOutputBuilder
sourcepub fn set_match(self, input: Option<bool>) -> Self
pub fn set_match(self, input: Option<bool>) -> Self
Returns true if the pattern matches the payload.
sourcepub fn build(self) -> TestSegmentPatternOutput
pub fn build(self) -> TestSegmentPatternOutput
Consumes the builder and constructs a TestSegmentPatternOutput.
Trait Implementations§
source§impl Clone for TestSegmentPatternOutputBuilder
impl Clone for TestSegmentPatternOutputBuilder
source§fn clone(&self) -> TestSegmentPatternOutputBuilder
fn clone(&self) -> TestSegmentPatternOutputBuilder
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 TestSegmentPatternOutputBuilder
impl Default for TestSegmentPatternOutputBuilder
source§fn default() -> TestSegmentPatternOutputBuilder
fn default() -> TestSegmentPatternOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<TestSegmentPatternOutputBuilder> for TestSegmentPatternOutputBuilder
impl PartialEq<TestSegmentPatternOutputBuilder> for TestSegmentPatternOutputBuilder
source§fn eq(&self, other: &TestSegmentPatternOutputBuilder) -> bool
fn eq(&self, other: &TestSegmentPatternOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.