Struct aws_sdk_macie2::output::CreateSampleFindingsOutput
source · #[non_exhaustive]pub struct CreateSampleFindingsOutput {}
Implementations§
source§impl CreateSampleFindingsOutput
impl CreateSampleFindingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateSampleFindingsOutput
.
Trait Implementations§
source§impl Clone for CreateSampleFindingsOutput
impl Clone for CreateSampleFindingsOutput
source§fn clone(&self) -> CreateSampleFindingsOutput
fn clone(&self) -> CreateSampleFindingsOutput
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 CreateSampleFindingsOutput
impl Debug for CreateSampleFindingsOutput
source§impl PartialEq<CreateSampleFindingsOutput> for CreateSampleFindingsOutput
impl PartialEq<CreateSampleFindingsOutput> for CreateSampleFindingsOutput
source§fn eq(&self, other: &CreateSampleFindingsOutput) -> bool
fn eq(&self, other: &CreateSampleFindingsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.