Struct aws_sdk_chime::input::BatchUpdateUserInput
source · [−]#[non_exhaustive]pub struct BatchUpdateUserInput { /* private fields */ }Implementations
sourceimpl 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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchUpdateUserInput.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for BatchUpdateUserInput
impl Clone for BatchUpdateUserInput
sourcefn clone(&self) -> BatchUpdateUserInput
fn clone(&self) -> BatchUpdateUserInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BatchUpdateUserInput
impl Debug for BatchUpdateUserInput
sourceimpl PartialEq<BatchUpdateUserInput> for BatchUpdateUserInput
impl PartialEq<BatchUpdateUserInput> for BatchUpdateUserInput
sourcefn eq(&self, other: &BatchUpdateUserInput) -> bool
fn eq(&self, other: &BatchUpdateUserInput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more