Struct aws_sdk_macie2::operation::get_sensitive_data_occurrences::builders::GetSensitiveDataOccurrencesFluentBuilder
source · pub struct GetSensitiveDataOccurrencesFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to GetSensitiveDataOccurrences
.
Retrieves occurrences of sensitive data reported by a finding.
Implementations§
source§impl GetSensitiveDataOccurrencesFluentBuilder
impl GetSensitiveDataOccurrencesFluentBuilder
sourcepub fn as_input(&self) -> &GetSensitiveDataOccurrencesInputBuilder
pub fn as_input(&self) -> &GetSensitiveDataOccurrencesInputBuilder
Access the GetSensitiveDataOccurrences as a reference.
sourcepub async fn send(
self
) -> Result<GetSensitiveDataOccurrencesOutput, SdkError<GetSensitiveDataOccurrencesError, HttpResponse>>
pub async fn send( self ) -> Result<GetSensitiveDataOccurrencesOutput, SdkError<GetSensitiveDataOccurrencesError, HttpResponse>>
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 async fn customize(
self
) -> Result<CustomizableOperation<GetSensitiveDataOccurrencesOutput, GetSensitiveDataOccurrencesError>, SdkError<GetSensitiveDataOccurrencesError>>
pub async fn customize( self ) -> Result<CustomizableOperation<GetSensitiveDataOccurrencesOutput, GetSensitiveDataOccurrencesError>, SdkError<GetSensitiveDataOccurrencesError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn finding_id(self, input: impl Into<String>) -> Self
pub fn finding_id(self, input: impl Into<String>) -> Self
The unique identifier for the finding.
sourcepub fn set_finding_id(self, input: Option<String>) -> Self
pub fn set_finding_id(self, input: Option<String>) -> Self
The unique identifier for the finding.
sourcepub fn get_finding_id(&self) -> &Option<String>
pub fn get_finding_id(&self) -> &Option<String>
The unique identifier for the finding.
Trait Implementations§
source§impl Clone for GetSensitiveDataOccurrencesFluentBuilder
impl Clone for GetSensitiveDataOccurrencesFluentBuilder
source§fn clone(&self) -> GetSensitiveDataOccurrencesFluentBuilder
fn clone(&self) -> GetSensitiveDataOccurrencesFluentBuilder
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for GetSensitiveDataOccurrencesFluentBuilder
impl Send for GetSensitiveDataOccurrencesFluentBuilder
impl Sync for GetSensitiveDataOccurrencesFluentBuilder
impl Unpin for GetSensitiveDataOccurrencesFluentBuilder
impl !UnwindSafe for GetSensitiveDataOccurrencesFluentBuilder
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