Struct aws_sdk_securityhub::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: Result) -> Self
pub fn unprocessed_accounts(self, input: Result) -> Self
Appends an item to unprocessed_accounts
.
To override the contents of this collection use set_unprocessed_accounts
.
The list of Amazon Web Services accounts for which the invitations were not deleted. For each account, the list includes the account ID and the email address.
sourcepub fn set_unprocessed_accounts(self, input: Option<Vec<Result>>) -> Self
pub fn set_unprocessed_accounts(self, input: Option<Vec<Result>>) -> Self
The list of Amazon Web Services accounts for which the invitations were not deleted. For each account, the list includes the account ID and the email address.
sourcepub fn get_unprocessed_accounts(&self) -> &Option<Vec<Result>>
pub fn get_unprocessed_accounts(&self) -> &Option<Vec<Result>>
The list of Amazon Web Services accounts for which the invitations were not deleted. For each account, the list includes the account ID and the email address.
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 for DeleteInvitationsOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for DeleteInvitationsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteInvitationsOutputBuilder
impl Send for DeleteInvitationsOutputBuilder
impl Sync for DeleteInvitationsOutputBuilder
impl Unpin for DeleteInvitationsOutputBuilder
impl UnwindSafe for DeleteInvitationsOutputBuilder
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
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>
Creates a shared type from an unshared type.