#[non_exhaustive]pub struct BatchUpdateUserInputBuilder { /* private fields */ }Expand description
A builder for BatchUpdateUserInput.
Implementations§
source§impl BatchUpdateUserInputBuilder
 
impl BatchUpdateUserInputBuilder
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.
This field is required.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 get_account_id(&self) -> &Option<String>
 
pub fn get_account_id(&self) -> &Option<String>
The Amazon Chime account ID.
sourcepub fn update_user_request_items(self, input: UpdateUserRequestItem) -> Self
 
pub fn update_user_request_items(self, input: UpdateUserRequestItem) -> Self
Appends an item to update_user_request_items.
To override the contents of this collection use set_update_user_request_items.
The request containing the user IDs and details to update.
sourcepub fn set_update_user_request_items(
    self,
    input: Option<Vec<UpdateUserRequestItem>>
) -> Self
 
pub fn set_update_user_request_items( self, input: Option<Vec<UpdateUserRequestItem>> ) -> Self
The request containing the user IDs and details to update.
sourcepub fn get_update_user_request_items(
    &self
) -> &Option<Vec<UpdateUserRequestItem>>
 
pub fn get_update_user_request_items( &self ) -> &Option<Vec<UpdateUserRequestItem>>
The request containing the user IDs and details to update.
sourcepub fn build(self) -> Result<BatchUpdateUserInput, BuildError>
 
pub fn build(self) -> Result<BatchUpdateUserInput, BuildError>
Consumes the builder and constructs a BatchUpdateUserInput.
source§impl BatchUpdateUserInputBuilder
 
impl BatchUpdateUserInputBuilder
sourcepub async fn send_with(
    self,
    client: &Client
) -> Result<BatchUpdateUserOutput, SdkError<BatchUpdateUserError, HttpResponse>>
 
pub async fn send_with( self, client: &Client ) -> Result<BatchUpdateUserOutput, SdkError<BatchUpdateUserError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for BatchUpdateUserInputBuilder
 
impl Clone for BatchUpdateUserInputBuilder
source§fn clone(&self) -> BatchUpdateUserInputBuilder
 
fn clone(&self) -> BatchUpdateUserInputBuilder
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 BatchUpdateUserInputBuilder
 
impl Debug for BatchUpdateUserInputBuilder
source§impl Default for BatchUpdateUserInputBuilder
 
impl Default for BatchUpdateUserInputBuilder
source§fn default() -> BatchUpdateUserInputBuilder
 
fn default() -> BatchUpdateUserInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchUpdateUserInputBuilder
 
impl PartialEq for BatchUpdateUserInputBuilder
source§fn eq(&self, other: &BatchUpdateUserInputBuilder) -> bool
 
fn eq(&self, other: &BatchUpdateUserInputBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchUpdateUserInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchUpdateUserInputBuilder
impl Send for BatchUpdateUserInputBuilder
impl Sync for BatchUpdateUserInputBuilder
impl Unpin for BatchUpdateUserInputBuilder
impl UnwindSafe for BatchUpdateUserInputBuilder
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.