Struct aws_sdk_securityhub::operation::batch_update_standards_control_associations::builders::BatchUpdateStandardsControlAssociationsOutputBuilder
source · #[non_exhaustive]pub struct BatchUpdateStandardsControlAssociationsOutputBuilder { /* private fields */ }
Expand description
A builder for BatchUpdateStandardsControlAssociationsOutput
.
Implementations§
source§impl BatchUpdateStandardsControlAssociationsOutputBuilder
impl BatchUpdateStandardsControlAssociationsOutputBuilder
sourcepub fn unprocessed_association_updates(
self,
input: UnprocessedStandardsControlAssociationUpdate
) -> Self
pub fn unprocessed_association_updates( self, input: UnprocessedStandardsControlAssociationUpdate ) -> Self
Appends an item to unprocessed_association_updates
.
To override the contents of this collection use set_unprocessed_association_updates
.
A security control (identified with SecurityControlId
, SecurityControlArn
, or a mix of both parameters) whose enablement status in a specified standard couldn't be updated.
sourcepub fn set_unprocessed_association_updates(
self,
input: Option<Vec<UnprocessedStandardsControlAssociationUpdate>>
) -> Self
pub fn set_unprocessed_association_updates( self, input: Option<Vec<UnprocessedStandardsControlAssociationUpdate>> ) -> Self
A security control (identified with SecurityControlId
, SecurityControlArn
, or a mix of both parameters) whose enablement status in a specified standard couldn't be updated.
sourcepub fn get_unprocessed_association_updates(
&self
) -> &Option<Vec<UnprocessedStandardsControlAssociationUpdate>>
pub fn get_unprocessed_association_updates( &self ) -> &Option<Vec<UnprocessedStandardsControlAssociationUpdate>>
A security control (identified with SecurityControlId
, SecurityControlArn
, or a mix of both parameters) whose enablement status in a specified standard couldn't be updated.
sourcepub fn build(self) -> BatchUpdateStandardsControlAssociationsOutput
pub fn build(self) -> BatchUpdateStandardsControlAssociationsOutput
Consumes the builder and constructs a BatchUpdateStandardsControlAssociationsOutput
.
Trait Implementations§
source§impl Clone for BatchUpdateStandardsControlAssociationsOutputBuilder
impl Clone for BatchUpdateStandardsControlAssociationsOutputBuilder
source§fn clone(&self) -> BatchUpdateStandardsControlAssociationsOutputBuilder
fn clone(&self) -> BatchUpdateStandardsControlAssociationsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for BatchUpdateStandardsControlAssociationsOutputBuilder
impl Default for BatchUpdateStandardsControlAssociationsOutputBuilder
source§fn default() -> BatchUpdateStandardsControlAssociationsOutputBuilder
fn default() -> BatchUpdateStandardsControlAssociationsOutputBuilder
source§impl PartialEq for BatchUpdateStandardsControlAssociationsOutputBuilder
impl PartialEq for BatchUpdateStandardsControlAssociationsOutputBuilder
source§fn eq(
&self,
other: &BatchUpdateStandardsControlAssociationsOutputBuilder
) -> bool
fn eq( &self, other: &BatchUpdateStandardsControlAssociationsOutputBuilder ) -> bool
self
and other
values to be equal, and is used
by ==
.