Struct aws_sdk_macie2::operation::delete_invitations::builders::DeleteInvitationsOutputBuilder
source · #[non_exhaustive]pub struct DeleteInvitationsOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteInvitationsOutput
.
Implementations§
source§impl DeleteInvitationsOutputBuilder
impl DeleteInvitationsOutputBuilder
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 deleted. Each object identifies the account and explains why the request hasn't been processed for that 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 deleted. Each object identifies the account and explains why the request hasn't been processed for that 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 deleted. Each object identifies the account and explains why the request hasn't been processed for that account.
sourcepub fn build(self) -> DeleteInvitationsOutput
pub fn build(self) -> DeleteInvitationsOutput
Consumes the builder and constructs a DeleteInvitationsOutput
.
Trait Implementations§
source§impl Clone for DeleteInvitationsOutputBuilder
impl Clone for DeleteInvitationsOutputBuilder
source§fn clone(&self) -> DeleteInvitationsOutputBuilder
fn clone(&self) -> DeleteInvitationsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DeleteInvitationsOutputBuilder
impl Default for DeleteInvitationsOutputBuilder
source§fn default() -> DeleteInvitationsOutputBuilder
fn default() -> DeleteInvitationsOutputBuilder
source§impl PartialEq for DeleteInvitationsOutputBuilder
impl PartialEq for DeleteInvitationsOutputBuilder
source§fn eq(&self, other: &DeleteInvitationsOutputBuilder) -> bool
fn eq(&self, other: &DeleteInvitationsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.