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 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
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 DeleteInvitationsOutputBuilder
impl Default for DeleteInvitationsOutputBuilder
source§fn default() -> DeleteInvitationsOutputBuilder
fn default() -> DeleteInvitationsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteInvitationsOutputBuilder> for DeleteInvitationsOutputBuilder
impl PartialEq<DeleteInvitationsOutputBuilder> for DeleteInvitationsOutputBuilder
source§fn eq(&self, other: &DeleteInvitationsOutputBuilder) -> bool
fn eq(&self, other: &DeleteInvitationsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.