#[non_exhaustive]pub struct CreateMeetingWithAttendeesInput { /* private fields */ }Implementations
sourceimpl CreateMeetingWithAttendeesInput
impl CreateMeetingWithAttendeesInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateMeetingWithAttendees, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateMeetingWithAttendees, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateMeetingWithAttendees>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateMeetingWithAttendeesInput.
sourceimpl CreateMeetingWithAttendeesInput
impl CreateMeetingWithAttendeesInput
sourcepub fn client_request_token(&self) -> Option<&str>
pub fn client_request_token(&self) -> Option<&str>
The unique identifier for the client request. Use a different token for different meetings.
sourcepub fn external_meeting_id(&self) -> Option<&str>
pub fn external_meeting_id(&self) -> Option<&str>
The external meeting ID.
sourcepub fn meeting_host_id(&self) -> Option<&str>
pub fn meeting_host_id(&self) -> Option<&str>
Reserved.
sourcepub fn media_region(&self) -> Option<&str>
pub fn media_region(&self) -> Option<&str>
The Region in which to create the meeting. Default: us-east-1 .
Available values: af-south-1 , ap-northeast-1 , ap-northeast-2 , ap-south-1 , ap-southeast-1 , ap-southeast-2 , ca-central-1 , eu-central-1 , eu-north-1 , eu-south-1 , eu-west-1 , eu-west-2 , eu-west-3 , sa-east-1 , us-east-1 , us-east-2 , us-west-1 , us-west-2 .
The tag key-value pairs.
sourcepub fn notifications_configuration(
&self
) -> Option<&MeetingNotificationConfiguration>
pub fn notifications_configuration(
&self
) -> Option<&MeetingNotificationConfiguration>
The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications. The Amazon Chime SDK supports resource targets located in the US East (N. Virginia) AWS Region (us-east-1).
sourcepub fn attendees(&self) -> Option<&[CreateAttendeeRequestItem]>
pub fn attendees(&self) -> Option<&[CreateAttendeeRequestItem]>
The request containing the attendees to create.
Trait Implementations
sourceimpl Clone for CreateMeetingWithAttendeesInput
impl Clone for CreateMeetingWithAttendeesInput
sourcefn clone(&self) -> CreateMeetingWithAttendeesInput
fn clone(&self) -> CreateMeetingWithAttendeesInput
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 more
sourceimpl PartialEq<CreateMeetingWithAttendeesInput> for CreateMeetingWithAttendeesInput
impl PartialEq<CreateMeetingWithAttendeesInput> for CreateMeetingWithAttendeesInput
sourcefn eq(&self, other: &CreateMeetingWithAttendeesInput) -> bool
fn eq(&self, other: &CreateMeetingWithAttendeesInput) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &CreateMeetingWithAttendeesInput) -> bool
fn ne(&self, other: &CreateMeetingWithAttendeesInput) -> bool
This method tests for !=.
impl StructuralPartialEq for CreateMeetingWithAttendeesInput
Auto Trait Implementations
impl RefUnwindSafe for CreateMeetingWithAttendeesInput
impl Send for CreateMeetingWithAttendeesInput
impl Sync for CreateMeetingWithAttendeesInput
impl Unpin for CreateMeetingWithAttendeesInput
impl UnwindSafe for CreateMeetingWithAttendeesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more