Struct aws_sdk_macie2::operation::batch_update_automated_discovery_accounts::builders::BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
source · #[non_exhaustive]pub struct BatchUpdateAutomatedDiscoveryAccountsOutputBuilder { /* private fields */ }Expand description
A builder for BatchUpdateAutomatedDiscoveryAccountsOutput.
Implementations§
source§impl BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
impl BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
sourcepub fn errors(self, input: AutomatedDiscoveryAccountUpdateError) -> Self
pub fn errors(self, input: AutomatedDiscoveryAccountUpdateError) -> Self
Appends an item to errors.
To override the contents of this collection use set_errors.
An array of objects, one for each account whose status wasn’t changed. Each object identifies the account and explains why the status of automated sensitive data discovery wasn’t changed for the account. This value is null if the request succeeded for all specified accounts.
sourcepub fn set_errors(
self,
input: Option<Vec<AutomatedDiscoveryAccountUpdateError>>,
) -> Self
pub fn set_errors( self, input: Option<Vec<AutomatedDiscoveryAccountUpdateError>>, ) -> Self
An array of objects, one for each account whose status wasn’t changed. Each object identifies the account and explains why the status of automated sensitive data discovery wasn’t changed for the account. This value is null if the request succeeded for all specified accounts.
sourcepub fn get_errors(&self) -> &Option<Vec<AutomatedDiscoveryAccountUpdateError>>
pub fn get_errors(&self) -> &Option<Vec<AutomatedDiscoveryAccountUpdateError>>
An array of objects, one for each account whose status wasn’t changed. Each object identifies the account and explains why the status of automated sensitive data discovery wasn’t changed for the account. This value is null if the request succeeded for all specified accounts.
sourcepub fn build(self) -> BatchUpdateAutomatedDiscoveryAccountsOutput
pub fn build(self) -> BatchUpdateAutomatedDiscoveryAccountsOutput
Consumes the builder and constructs a BatchUpdateAutomatedDiscoveryAccountsOutput.
Trait Implementations§
source§impl Clone for BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
impl Clone for BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
source§fn clone(&self) -> BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
fn clone(&self) -> BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
impl Default for BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
source§fn default() -> BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
fn default() -> BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
source§impl PartialEq for BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
impl PartialEq for BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
source§fn eq(&self, other: &BatchUpdateAutomatedDiscoveryAccountsOutputBuilder) -> bool
fn eq(&self, other: &BatchUpdateAutomatedDiscoveryAccountsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
Auto Trait Implementations§
impl Freeze for BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
impl RefUnwindSafe for BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
impl Send for BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
impl Sync for BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
impl Unpin for BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
impl UnwindSafe for BatchUpdateAutomatedDiscoveryAccountsOutputBuilder
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
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more