Struct aws_sdk_securityhub::operation::batch_get_configuration_policy_associations::builders::BatchGetConfigurationPolicyAssociationsOutputBuilder
source · #[non_exhaustive]pub struct BatchGetConfigurationPolicyAssociationsOutputBuilder { /* private fields */ }
Expand description
A builder for BatchGetConfigurationPolicyAssociationsOutput
.
Implementations§
source§impl BatchGetConfigurationPolicyAssociationsOutputBuilder
impl BatchGetConfigurationPolicyAssociationsOutputBuilder
sourcepub fn configuration_policy_associations(
self,
input: ConfigurationPolicyAssociationSummary
) -> Self
pub fn configuration_policy_associations( self, input: ConfigurationPolicyAssociationSummary ) -> Self
Appends an item to configuration_policy_associations
.
To override the contents of this collection use set_configuration_policy_associations
.
Describes associations for the target accounts, OUs, or the root.
sourcepub fn set_configuration_policy_associations(
self,
input: Option<Vec<ConfigurationPolicyAssociationSummary>>
) -> Self
pub fn set_configuration_policy_associations( self, input: Option<Vec<ConfigurationPolicyAssociationSummary>> ) -> Self
Describes associations for the target accounts, OUs, or the root.
sourcepub fn get_configuration_policy_associations(
&self
) -> &Option<Vec<ConfigurationPolicyAssociationSummary>>
pub fn get_configuration_policy_associations( &self ) -> &Option<Vec<ConfigurationPolicyAssociationSummary>>
Describes associations for the target accounts, OUs, or the root.
sourcepub fn unprocessed_configuration_policy_associations(
self,
input: UnprocessedConfigurationPolicyAssociation
) -> Self
pub fn unprocessed_configuration_policy_associations( self, input: UnprocessedConfigurationPolicyAssociation ) -> Self
Appends an item to unprocessed_configuration_policy_associations
.
To override the contents of this collection use set_unprocessed_configuration_policy_associations
.
An array of configuration policy associations, one for each configuration policy association identifier, that was specified in the request but couldn’t be processed due to an error.
sourcepub fn set_unprocessed_configuration_policy_associations(
self,
input: Option<Vec<UnprocessedConfigurationPolicyAssociation>>
) -> Self
pub fn set_unprocessed_configuration_policy_associations( self, input: Option<Vec<UnprocessedConfigurationPolicyAssociation>> ) -> Self
An array of configuration policy associations, one for each configuration policy association identifier, that was specified in the request but couldn’t be processed due to an error.
sourcepub fn get_unprocessed_configuration_policy_associations(
&self
) -> &Option<Vec<UnprocessedConfigurationPolicyAssociation>>
pub fn get_unprocessed_configuration_policy_associations( &self ) -> &Option<Vec<UnprocessedConfigurationPolicyAssociation>>
An array of configuration policy associations, one for each configuration policy association identifier, that was specified in the request but couldn’t be processed due to an error.
sourcepub fn build(self) -> BatchGetConfigurationPolicyAssociationsOutput
pub fn build(self) -> BatchGetConfigurationPolicyAssociationsOutput
Consumes the builder and constructs a BatchGetConfigurationPolicyAssociationsOutput
.
Trait Implementations§
source§impl Clone for BatchGetConfigurationPolicyAssociationsOutputBuilder
impl Clone for BatchGetConfigurationPolicyAssociationsOutputBuilder
source§fn clone(&self) -> BatchGetConfigurationPolicyAssociationsOutputBuilder
fn clone(&self) -> BatchGetConfigurationPolicyAssociationsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for BatchGetConfigurationPolicyAssociationsOutputBuilder
impl Default for BatchGetConfigurationPolicyAssociationsOutputBuilder
source§fn default() -> BatchGetConfigurationPolicyAssociationsOutputBuilder
fn default() -> BatchGetConfigurationPolicyAssociationsOutputBuilder
source§impl PartialEq for BatchGetConfigurationPolicyAssociationsOutputBuilder
impl PartialEq for BatchGetConfigurationPolicyAssociationsOutputBuilder
source§fn eq(
&self,
other: &BatchGetConfigurationPolicyAssociationsOutputBuilder
) -> bool
fn eq( &self, other: &BatchGetConfigurationPolicyAssociationsOutputBuilder ) -> bool
self
and other
values to be equal, and is used
by ==
.