Struct aws_sdk_macie2::client::fluent_builders::CreateSampleFindings
source · [−]pub struct CreateSampleFindings { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateSampleFindings
.
Creates sample findings.
Implementations
sourceimpl CreateSampleFindings
impl CreateSampleFindings
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CreateSampleFindings, AwsResponseRetryClassifier>, SdkError<CreateSampleFindingsError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<CreateSampleFindings, AwsResponseRetryClassifier>, SdkError<CreateSampleFindingsError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<CreateSampleFindingsOutput, SdkError<CreateSampleFindingsError>>
pub async fn send(
self
) -> Result<CreateSampleFindingsOutput, SdkError<CreateSampleFindingsError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn finding_types(self, input: FindingType) -> Self
pub fn finding_types(self, input: FindingType) -> Self
Appends an item to findingTypes
.
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.
Trait Implementations
sourceimpl Clone for CreateSampleFindings
impl Clone for CreateSampleFindings
sourcefn clone(&self) -> CreateSampleFindings
fn clone(&self) -> CreateSampleFindings
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more