Struct aws_sdk_chime::operation::batch_create_attendee::builders::BatchCreateAttendeeInputBuilder
source · #[non_exhaustive]pub struct BatchCreateAttendeeInputBuilder { /* private fields */ }Expand description
A builder for BatchCreateAttendeeInput.
Implementations§
source§impl BatchCreateAttendeeInputBuilder
impl BatchCreateAttendeeInputBuilder
sourcepub fn meeting_id(self, input: impl Into<String>) -> Self
pub fn meeting_id(self, input: impl Into<String>) -> Self
The Amazon Chime SDK meeting ID.
This field is required.sourcepub fn set_meeting_id(self, input: Option<String>) -> Self
pub fn set_meeting_id(self, input: Option<String>) -> Self
The Amazon Chime SDK meeting ID.
sourcepub fn get_meeting_id(&self) -> &Option<String>
pub fn get_meeting_id(&self) -> &Option<String>
The Amazon Chime SDK meeting ID.
sourcepub fn attendees(self, input: CreateAttendeeRequestItem) -> Self
pub fn attendees(self, input: CreateAttendeeRequestItem) -> Self
Appends an item to attendees.
To override the contents of this collection use set_attendees.
The request containing the attendees to create.
sourcepub fn set_attendees(
self,
input: Option<Vec<CreateAttendeeRequestItem>>
) -> Self
pub fn set_attendees( self, input: Option<Vec<CreateAttendeeRequestItem>> ) -> Self
The request containing the attendees to create.
sourcepub fn get_attendees(&self) -> &Option<Vec<CreateAttendeeRequestItem>>
pub fn get_attendees(&self) -> &Option<Vec<CreateAttendeeRequestItem>>
The request containing the attendees to create.
sourcepub fn build(self) -> Result<BatchCreateAttendeeInput, BuildError>
pub fn build(self) -> Result<BatchCreateAttendeeInput, BuildError>
Consumes the builder and constructs a BatchCreateAttendeeInput.
source§impl BatchCreateAttendeeInputBuilder
impl BatchCreateAttendeeInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<BatchCreateAttendeeOutput, SdkError<BatchCreateAttendeeError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<BatchCreateAttendeeOutput, SdkError<BatchCreateAttendeeError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for BatchCreateAttendeeInputBuilder
impl Clone for BatchCreateAttendeeInputBuilder
source§fn clone(&self) -> BatchCreateAttendeeInputBuilder
fn clone(&self) -> BatchCreateAttendeeInputBuilder
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 Default for BatchCreateAttendeeInputBuilder
impl Default for BatchCreateAttendeeInputBuilder
source§fn default() -> BatchCreateAttendeeInputBuilder
fn default() -> BatchCreateAttendeeInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchCreateAttendeeInputBuilder
impl PartialEq for BatchCreateAttendeeInputBuilder
source§fn eq(&self, other: &BatchCreateAttendeeInputBuilder) -> bool
fn eq(&self, other: &BatchCreateAttendeeInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchCreateAttendeeInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchCreateAttendeeInputBuilder
impl Send for BatchCreateAttendeeInputBuilder
impl Sync for BatchCreateAttendeeInputBuilder
impl Unpin for BatchCreateAttendeeInputBuilder
impl UnwindSafe for BatchCreateAttendeeInputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.