Struct aws_sdk_chime::types::CreateAttendeeRequestItem
source · #[non_exhaustive]pub struct CreateAttendeeRequestItem { /* private fields */ }Expand description
The Amazon Chime SDK attendee fields to create, used with the BatchCreateAttendee action.
Implementations§
source§impl CreateAttendeeRequestItem
impl CreateAttendeeRequestItem
sourcepub fn external_user_id(&self) -> Option<&str>
pub fn external_user_id(&self) -> Option<&str>
The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.
The tag key-value pairs.
source§impl CreateAttendeeRequestItem
impl CreateAttendeeRequestItem
sourcepub fn builder() -> CreateAttendeeRequestItemBuilder
pub fn builder() -> CreateAttendeeRequestItemBuilder
Creates a new builder-style object to manufacture CreateAttendeeRequestItem.
Trait Implementations§
source§impl Clone for CreateAttendeeRequestItem
impl Clone for CreateAttendeeRequestItem
source§fn clone(&self) -> CreateAttendeeRequestItem
fn clone(&self) -> CreateAttendeeRequestItem
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 CreateAttendeeRequestItem
impl Debug for CreateAttendeeRequestItem
source§impl PartialEq<CreateAttendeeRequestItem> for CreateAttendeeRequestItem
impl PartialEq<CreateAttendeeRequestItem> for CreateAttendeeRequestItem
source§fn eq(&self, other: &CreateAttendeeRequestItem) -> bool
fn eq(&self, other: &CreateAttendeeRequestItem) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateAttendeeRequestItem
Auto Trait Implementations§
impl RefUnwindSafe for CreateAttendeeRequestItem
impl Send for CreateAttendeeRequestItem
impl Sync for CreateAttendeeRequestItem
impl Unpin for CreateAttendeeRequestItem
impl UnwindSafe for CreateAttendeeRequestItem
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