Struct aws_sdk_macie2::operation::create_sample_findings::builders::CreateSampleFindingsInputBuilder
source · #[non_exhaustive]pub struct CreateSampleFindingsInputBuilder { /* private fields */ }
Expand description
A builder for CreateSampleFindingsInput
.
Implementations§
source§impl CreateSampleFindingsInputBuilder
impl CreateSampleFindingsInputBuilder
sourcepub fn finding_types(self, input: FindingType) -> Self
pub fn finding_types(self, input: FindingType) -> Self
Appends an item to finding_types
.
To override the contents of this collection use set_finding_types
.
An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.
sourcepub fn set_finding_types(self, input: Option<Vec<FindingType>>) -> Self
pub fn set_finding_types(self, input: Option<Vec<FindingType>>) -> Self
An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.
sourcepub fn get_finding_types(&self) -> &Option<Vec<FindingType>>
pub fn get_finding_types(&self) -> &Option<Vec<FindingType>>
An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.
sourcepub fn build(self) -> Result<CreateSampleFindingsInput, BuildError>
pub fn build(self) -> Result<CreateSampleFindingsInput, BuildError>
Consumes the builder and constructs a CreateSampleFindingsInput
.
source§impl CreateSampleFindingsInputBuilder
impl CreateSampleFindingsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateSampleFindingsOutput, SdkError<CreateSampleFindingsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateSampleFindingsOutput, SdkError<CreateSampleFindingsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateSampleFindingsInputBuilder
impl Clone for CreateSampleFindingsInputBuilder
source§fn clone(&self) -> CreateSampleFindingsInputBuilder
fn clone(&self) -> CreateSampleFindingsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateSampleFindingsInputBuilder
impl Default for CreateSampleFindingsInputBuilder
source§fn default() -> CreateSampleFindingsInputBuilder
fn default() -> CreateSampleFindingsInputBuilder
source§impl PartialEq for CreateSampleFindingsInputBuilder
impl PartialEq for CreateSampleFindingsInputBuilder
source§fn eq(&self, other: &CreateSampleFindingsInputBuilder) -> bool
fn eq(&self, other: &CreateSampleFindingsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.