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