#[non_exhaustive]pub struct CreateMemberInputBuilder { /* private fields */ }
Expand description
A builder for CreateMemberInput
.
Implementations§
source§impl CreateMemberInputBuilder
impl CreateMemberInputBuilder
sourcepub fn account(self, input: AccountDetail) -> Self
pub fn account(self, input: AccountDetail) -> Self
The details of the account to associate with the administrator account.
sourcepub fn set_account(self, input: Option<AccountDetail>) -> Self
pub fn set_account(self, input: Option<AccountDetail>) -> Self
The details of the account to associate with the administrator account.
sourcepub fn get_account(&self) -> &Option<AccountDetail>
pub fn get_account(&self) -> &Option<AccountDetail>
The details of the account to associate with the administrator account.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.
An account can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.
An account can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.
An account can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
sourcepub fn build(self) -> Result<CreateMemberInput, BuildError>
pub fn build(self) -> Result<CreateMemberInput, BuildError>
Consumes the builder and constructs a CreateMemberInput
.
source§impl CreateMemberInputBuilder
impl CreateMemberInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateMemberOutput, SdkError<CreateMemberError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateMemberOutput, SdkError<CreateMemberError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateMemberInputBuilder
impl Clone for CreateMemberInputBuilder
source§fn clone(&self) -> CreateMemberInputBuilder
fn clone(&self) -> CreateMemberInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateMemberInputBuilder
impl Debug for CreateMemberInputBuilder
source§impl Default for CreateMemberInputBuilder
impl Default for CreateMemberInputBuilder
source§fn default() -> CreateMemberInputBuilder
fn default() -> CreateMemberInputBuilder
source§impl PartialEq<CreateMemberInputBuilder> for CreateMemberInputBuilder
impl PartialEq<CreateMemberInputBuilder> for CreateMemberInputBuilder
source§fn eq(&self, other: &CreateMemberInputBuilder) -> bool
fn eq(&self, other: &CreateMemberInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.