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