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 for CreateSampleFindingsOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for CreateSampleFindingsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateSampleFindingsOutputBuilder
impl Send for CreateSampleFindingsOutputBuilder
impl Sync for CreateSampleFindingsOutputBuilder
impl Unpin for CreateSampleFindingsOutputBuilder
impl UnwindSafe for CreateSampleFindingsOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.