#[non_exhaustive]pub struct CreateSampleFindingsOutput { /* private fields */ }
Implementations§
source§impl CreateSampleFindingsOutput
impl CreateSampleFindingsOutput
sourcepub fn builder() -> CreateSampleFindingsOutputBuilder
pub fn builder() -> CreateSampleFindingsOutputBuilder
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 ==
.source§impl RequestId for CreateSampleFindingsOutput
impl RequestId for CreateSampleFindingsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.