pub struct InviteUsersFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to InviteUsers.
Sends email to a maximum of 50 users, inviting them to the specified Amazon Chime Team account. Only Team account types are currently supported for this action.
Implementations§
source§impl InviteUsersFluentBuilder
impl InviteUsersFluentBuilder
sourcepub async fn send(self) -> Result<InviteUsersOutput, SdkError<InviteUsersError>>
pub async fn send(self) -> Result<InviteUsersOutput, SdkError<InviteUsersError>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<InviteUsers, AwsResponseRetryClassifier>, SdkError<InviteUsersError>>
pub async fn customize( self ) -> Result<CustomizableOperation<InviteUsers, AwsResponseRetryClassifier>, SdkError<InviteUsersError>>
Consumes this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The Amazon Chime account ID.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The Amazon Chime account ID.
sourcepub fn user_email_list(self, input: impl Into<String>) -> Self
pub fn user_email_list(self, input: impl Into<String>) -> Self
Appends an item to UserEmailList.
To override the contents of this collection use set_user_email_list.
The user email addresses to which to send the email invitation.
sourcepub fn set_user_email_list(self, input: Option<Vec<String>>) -> Self
pub fn set_user_email_list(self, input: Option<Vec<String>>) -> Self
The user email addresses to which to send the email invitation.
sourcepub fn set_user_type(self, input: Option<UserType>) -> Self
pub fn set_user_type(self, input: Option<UserType>) -> Self
The user type.
Trait Implementations§
source§impl Clone for InviteUsersFluentBuilder
impl Clone for InviteUsersFluentBuilder
source§fn clone(&self) -> InviteUsersFluentBuilder
fn clone(&self) -> InviteUsersFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more