Struct aws_sdk_chime::input::BatchCreateAttendeeInput
source · [−]#[non_exhaustive]pub struct BatchCreateAttendeeInput { /* private fields */ }Implementations
sourceimpl 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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchCreateAttendeeInput.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for BatchCreateAttendeeInput
impl Clone for BatchCreateAttendeeInput
sourcefn clone(&self) -> BatchCreateAttendeeInput
fn clone(&self) -> BatchCreateAttendeeInput
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 BatchCreateAttendeeInput
impl Debug for BatchCreateAttendeeInput
sourceimpl PartialEq<BatchCreateAttendeeInput> for BatchCreateAttendeeInput
impl PartialEq<BatchCreateAttendeeInput> for BatchCreateAttendeeInput
sourcefn eq(&self, other: &BatchCreateAttendeeInput) -> bool
fn eq(&self, other: &BatchCreateAttendeeInput) -> bool
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
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