#[non_exhaustive]pub struct BatchUpdateUserInput { /* private fields */ }Implementations§
source§impl BatchUpdateUserInput
impl BatchUpdateUserInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The Amazon Chime account ID.
sourcepub fn update_user_request_items(&self) -> Option<&[UpdateUserRequestItem]>
pub fn update_user_request_items(&self) -> Option<&[UpdateUserRequestItem]>
The request containing the user IDs and details to update.
source§impl BatchUpdateUserInput
impl BatchUpdateUserInput
sourcepub fn builder() -> BatchUpdateUserInputBuilder
pub fn builder() -> BatchUpdateUserInputBuilder
Creates a new builder-style object to manufacture BatchUpdateUserInput.
source§impl BatchUpdateUserInput
impl BatchUpdateUserInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchUpdateUser, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<BatchUpdateUser, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchUpdateUser>
Trait Implementations§
source§impl Clone for BatchUpdateUserInput
impl Clone for BatchUpdateUserInput
source§fn clone(&self) -> BatchUpdateUserInput
fn clone(&self) -> BatchUpdateUserInput
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 BatchUpdateUserInput
impl Debug for BatchUpdateUserInput
source§impl PartialEq<BatchUpdateUserInput> for BatchUpdateUserInput
impl PartialEq<BatchUpdateUserInput> for BatchUpdateUserInput
source§fn eq(&self, other: &BatchUpdateUserInput) -> bool
fn eq(&self, other: &BatchUpdateUserInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchUpdateUserInput
Auto Trait Implementations§
impl RefUnwindSafe for BatchUpdateUserInput
impl Send for BatchUpdateUserInput
impl Sync for BatchUpdateUserInput
impl Unpin for BatchUpdateUserInput
impl UnwindSafe for BatchUpdateUserInput
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