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 get_unprocessed_accounts(&self) -> &Option<Vec<UnprocessedAccount>>
pub fn get_unprocessed_accounts(&self) -> &Option<Vec<UnprocessedAccount>>
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateInvitationsOutputBuilder
impl Default for CreateInvitationsOutputBuilder
source§fn default() -> CreateInvitationsOutputBuilder
fn default() -> CreateInvitationsOutputBuilder
source§impl PartialEq for CreateInvitationsOutputBuilder
impl PartialEq for CreateInvitationsOutputBuilder
source§fn eq(&self, other: &CreateInvitationsOutputBuilder) -> bool
fn eq(&self, other: &CreateInvitationsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.