Struct aws_sdk_securityhub::operation::batch_get_configuration_policy_associations::builders::BatchGetConfigurationPolicyAssociationsInputBuilder
source · #[non_exhaustive]pub struct BatchGetConfigurationPolicyAssociationsInputBuilder { /* private fields */ }
Expand description
A builder for BatchGetConfigurationPolicyAssociationsInput
.
Implementations§
source§impl BatchGetConfigurationPolicyAssociationsInputBuilder
impl BatchGetConfigurationPolicyAssociationsInputBuilder
sourcepub fn configuration_policy_association_identifiers(
self,
input: ConfigurationPolicyAssociation
) -> Self
pub fn configuration_policy_association_identifiers( self, input: ConfigurationPolicyAssociation ) -> Self
Appends an item to configuration_policy_association_identifiers
.
To override the contents of this collection use set_configuration_policy_association_identifiers
.
Specifies one or more target account IDs, organizational unit (OU) IDs, or the root ID to retrieve associations for.
sourcepub fn set_configuration_policy_association_identifiers(
self,
input: Option<Vec<ConfigurationPolicyAssociation>>
) -> Self
pub fn set_configuration_policy_association_identifiers( self, input: Option<Vec<ConfigurationPolicyAssociation>> ) -> Self
Specifies one or more target account IDs, organizational unit (OU) IDs, or the root ID to retrieve associations for.
sourcepub fn get_configuration_policy_association_identifiers(
&self
) -> &Option<Vec<ConfigurationPolicyAssociation>>
pub fn get_configuration_policy_association_identifiers( &self ) -> &Option<Vec<ConfigurationPolicyAssociation>>
Specifies one or more target account IDs, organizational unit (OU) IDs, or the root ID to retrieve associations for.
sourcepub fn build(
self
) -> Result<BatchGetConfigurationPolicyAssociationsInput, BuildError>
pub fn build( self ) -> Result<BatchGetConfigurationPolicyAssociationsInput, BuildError>
Consumes the builder and constructs a BatchGetConfigurationPolicyAssociationsInput
.
source§impl BatchGetConfigurationPolicyAssociationsInputBuilder
impl BatchGetConfigurationPolicyAssociationsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<BatchGetConfigurationPolicyAssociationsOutput, SdkError<BatchGetConfigurationPolicyAssociationsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<BatchGetConfigurationPolicyAssociationsOutput, SdkError<BatchGetConfigurationPolicyAssociationsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for BatchGetConfigurationPolicyAssociationsInputBuilder
impl Clone for BatchGetConfigurationPolicyAssociationsInputBuilder
source§fn clone(&self) -> BatchGetConfigurationPolicyAssociationsInputBuilder
fn clone(&self) -> BatchGetConfigurationPolicyAssociationsInputBuilder
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 BatchGetConfigurationPolicyAssociationsInputBuilder
impl Default for BatchGetConfigurationPolicyAssociationsInputBuilder
source§fn default() -> BatchGetConfigurationPolicyAssociationsInputBuilder
fn default() -> BatchGetConfigurationPolicyAssociationsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchGetConfigurationPolicyAssociationsInputBuilder
impl PartialEq for BatchGetConfigurationPolicyAssociationsInputBuilder
source§fn eq(
&self,
other: &BatchGetConfigurationPolicyAssociationsInputBuilder
) -> bool
fn eq( &self, other: &BatchGetConfigurationPolicyAssociationsInputBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchGetConfigurationPolicyAssociationsInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetConfigurationPolicyAssociationsInputBuilder
impl Send for BatchGetConfigurationPolicyAssociationsInputBuilder
impl Sync for BatchGetConfigurationPolicyAssociationsInputBuilder
impl Unpin for BatchGetConfigurationPolicyAssociationsInputBuilder
impl UnwindSafe for BatchGetConfigurationPolicyAssociationsInputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.