Struct aws_sdk_securityhub::operation::batch_update_findings::builders::BatchUpdateFindingsOutputBuilder
source · #[non_exhaustive]pub struct BatchUpdateFindingsOutputBuilder { /* private fields */ }
Expand description
A builder for BatchUpdateFindingsOutput
.
Implementations§
source§impl BatchUpdateFindingsOutputBuilder
impl BatchUpdateFindingsOutputBuilder
sourcepub fn processed_findings(self, input: AwsSecurityFindingIdentifier) -> Self
pub fn processed_findings(self, input: AwsSecurityFindingIdentifier) -> Self
Appends an item to processed_findings
.
To override the contents of this collection use set_processed_findings
.
The list of findings that were updated successfully.
sourcepub fn set_processed_findings(
self,
input: Option<Vec<AwsSecurityFindingIdentifier>>
) -> Self
pub fn set_processed_findings( self, input: Option<Vec<AwsSecurityFindingIdentifier>> ) -> Self
The list of findings that were updated successfully.
sourcepub fn get_processed_findings(
&self
) -> &Option<Vec<AwsSecurityFindingIdentifier>>
pub fn get_processed_findings( &self ) -> &Option<Vec<AwsSecurityFindingIdentifier>>
The list of findings that were updated successfully.
sourcepub fn unprocessed_findings(
self,
input: BatchUpdateFindingsUnprocessedFinding
) -> Self
pub fn unprocessed_findings( self, input: BatchUpdateFindingsUnprocessedFinding ) -> Self
Appends an item to unprocessed_findings
.
To override the contents of this collection use set_unprocessed_findings
.
The list of findings that were not updated.
sourcepub fn set_unprocessed_findings(
self,
input: Option<Vec<BatchUpdateFindingsUnprocessedFinding>>
) -> Self
pub fn set_unprocessed_findings( self, input: Option<Vec<BatchUpdateFindingsUnprocessedFinding>> ) -> Self
The list of findings that were not updated.
sourcepub fn get_unprocessed_findings(
&self
) -> &Option<Vec<BatchUpdateFindingsUnprocessedFinding>>
pub fn get_unprocessed_findings( &self ) -> &Option<Vec<BatchUpdateFindingsUnprocessedFinding>>
The list of findings that were not updated.
sourcepub fn build(self) -> BatchUpdateFindingsOutput
pub fn build(self) -> BatchUpdateFindingsOutput
Consumes the builder and constructs a BatchUpdateFindingsOutput
.
Trait Implementations§
source§impl Clone for BatchUpdateFindingsOutputBuilder
impl Clone for BatchUpdateFindingsOutputBuilder
source§fn clone(&self) -> BatchUpdateFindingsOutputBuilder
fn clone(&self) -> BatchUpdateFindingsOutputBuilder
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 Default for BatchUpdateFindingsOutputBuilder
impl Default for BatchUpdateFindingsOutputBuilder
source§fn default() -> BatchUpdateFindingsOutputBuilder
fn default() -> BatchUpdateFindingsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchUpdateFindingsOutputBuilder
impl PartialEq for BatchUpdateFindingsOutputBuilder
source§fn eq(&self, other: &BatchUpdateFindingsOutputBuilder) -> bool
fn eq(&self, other: &BatchUpdateFindingsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchUpdateFindingsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchUpdateFindingsOutputBuilder
impl Send for BatchUpdateFindingsOutputBuilder
impl Sync for BatchUpdateFindingsOutputBuilder
impl Unpin for BatchUpdateFindingsOutputBuilder
impl UnwindSafe for BatchUpdateFindingsOutputBuilder
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