Struct aws_sdk_macie2::operation::create_invitations::builders::CreateInvitationsOutputBuilder
source · #[non_exhaustive]pub struct CreateInvitationsOutputBuilder { /* private fields */ }Expand description
A builder for CreateInvitationsOutput.
Implementations§
source§impl CreateInvitationsOutputBuilder
impl CreateInvitationsOutputBuilder
sourcepub fn unprocessed_accounts(self, input: UnprocessedAccount) -> Self
pub fn unprocessed_accounts(self, input: UnprocessedAccount) -> Self
Appends an item to unprocessed_accounts.
To override the contents of this collection use set_unprocessed_accounts.
An array of objects, one for each account whose invitation hasn't been processed. Each object identifies the account and explains why the invitation hasn't been processed for the account.
sourcepub fn set_unprocessed_accounts(
self,
input: Option<Vec<UnprocessedAccount>>
) -> Self
pub fn set_unprocessed_accounts( self, input: Option<Vec<UnprocessedAccount>> ) -> Self
An array of objects, one for each account whose invitation hasn't been processed. Each object identifies the account and explains why the invitation hasn't been processed for the account.
sourcepub fn build(self) -> CreateInvitationsOutput
pub fn build(self) -> CreateInvitationsOutput
Consumes the builder and constructs a CreateInvitationsOutput.
Trait Implementations§
source§impl Clone for CreateInvitationsOutputBuilder
impl Clone for CreateInvitationsOutputBuilder
source§fn clone(&self) -> CreateInvitationsOutputBuilder
fn clone(&self) -> CreateInvitationsOutputBuilder
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 CreateInvitationsOutputBuilder
impl Default for CreateInvitationsOutputBuilder
source§fn default() -> CreateInvitationsOutputBuilder
fn default() -> CreateInvitationsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateInvitationsOutputBuilder> for CreateInvitationsOutputBuilder
impl PartialEq<CreateInvitationsOutputBuilder> for CreateInvitationsOutputBuilder
source§fn eq(&self, other: &CreateInvitationsOutputBuilder) -> bool
fn eq(&self, other: &CreateInvitationsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateInvitationsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateInvitationsOutputBuilder
impl Send for CreateInvitationsOutputBuilder
impl Sync for CreateInvitationsOutputBuilder
impl Unpin for CreateInvitationsOutputBuilder
impl UnwindSafe for CreateInvitationsOutputBuilder
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