#[non_exhaustive]pub struct CreateMembersOutputBuilder { /* private fields */ }
Expand description
A builder for CreateMembersOutput
.
Implementations§
source§impl CreateMembersOutputBuilder
impl CreateMembersOutputBuilder
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 that were not processed. 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 that were not processed. For each account, the list includes the account ID and the email address.
sourcepub fn build(self) -> CreateMembersOutput
pub fn build(self) -> CreateMembersOutput
Consumes the builder and constructs a CreateMembersOutput
.
Trait Implementations§
source§impl Clone for CreateMembersOutputBuilder
impl Clone for CreateMembersOutputBuilder
source§fn clone(&self) -> CreateMembersOutputBuilder
fn clone(&self) -> CreateMembersOutputBuilder
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 Debug for CreateMembersOutputBuilder
impl Debug for CreateMembersOutputBuilder
source§impl Default for CreateMembersOutputBuilder
impl Default for CreateMembersOutputBuilder
source§fn default() -> CreateMembersOutputBuilder
fn default() -> CreateMembersOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateMembersOutputBuilder> for CreateMembersOutputBuilder
impl PartialEq<CreateMembersOutputBuilder> for CreateMembersOutputBuilder
source§fn eq(&self, other: &CreateMembersOutputBuilder) -> bool
fn eq(&self, other: &CreateMembersOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.