Struct aws_sdk_inspector::operation::add_attributes_to_findings::builders::AddAttributesToFindingsOutputBuilder
source · #[non_exhaustive]pub struct AddAttributesToFindingsOutputBuilder { /* private fields */ }Expand description
A builder for AddAttributesToFindingsOutput.
Implementations§
source§impl AddAttributesToFindingsOutputBuilder
impl AddAttributesToFindingsOutputBuilder
sourcepub fn failed_items(self, k: impl Into<String>, v: FailedItemDetails) -> Self
pub fn failed_items(self, k: impl Into<String>, v: FailedItemDetails) -> Self
Adds a key-value pair to failed_items.
To override the contents of this collection use set_failed_items.
Attribute details that cannot be described. An error code is provided for each failed item.
sourcepub fn set_failed_items(
self,
input: Option<HashMap<String, FailedItemDetails>>
) -> Self
pub fn set_failed_items( self, input: Option<HashMap<String, FailedItemDetails>> ) -> Self
Attribute details that cannot be described. An error code is provided for each failed item.
sourcepub fn build(self) -> AddAttributesToFindingsOutput
pub fn build(self) -> AddAttributesToFindingsOutput
Consumes the builder and constructs a AddAttributesToFindingsOutput.
Trait Implementations§
source§impl Clone for AddAttributesToFindingsOutputBuilder
impl Clone for AddAttributesToFindingsOutputBuilder
source§fn clone(&self) -> AddAttributesToFindingsOutputBuilder
fn clone(&self) -> AddAttributesToFindingsOutputBuilder
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 AddAttributesToFindingsOutputBuilder
impl Default for AddAttributesToFindingsOutputBuilder
source§fn default() -> AddAttributesToFindingsOutputBuilder
fn default() -> AddAttributesToFindingsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AddAttributesToFindingsOutputBuilder> for AddAttributesToFindingsOutputBuilder
impl PartialEq<AddAttributesToFindingsOutputBuilder> for AddAttributesToFindingsOutputBuilder
source§fn eq(&self, other: &AddAttributesToFindingsOutputBuilder) -> bool
fn eq(&self, other: &AddAttributesToFindingsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.