Struct aws_sdk_chime::input::CreateMeetingInput
source · [−]#[non_exhaustive]pub struct CreateMeetingInput { /* private fields */ }Implementations
sourceimpl CreateMeetingInput
impl CreateMeetingInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateMeeting, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateMeeting, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateMeeting>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateMeetingInput.
sourceimpl CreateMeetingInput
impl CreateMeetingInput
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 configuration for resource targets to receive notifications when meeting and attendee events occur.
Trait Implementations
sourceimpl Clone for CreateMeetingInput
impl Clone for CreateMeetingInput
sourcefn clone(&self) -> CreateMeetingInput
fn clone(&self) -> CreateMeetingInput
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 Debug for CreateMeetingInput
impl Debug for CreateMeetingInput
sourceimpl PartialEq<CreateMeetingInput> for CreateMeetingInput
impl PartialEq<CreateMeetingInput> for CreateMeetingInput
sourcefn eq(&self, other: &CreateMeetingInput) -> bool
fn eq(&self, other: &CreateMeetingInput) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &CreateMeetingInput) -> bool
fn ne(&self, other: &CreateMeetingInput) -> bool
This method tests for !=.
impl StructuralPartialEq for CreateMeetingInput
Auto Trait Implementations
impl RefUnwindSafe for CreateMeetingInput
impl Send for CreateMeetingInput
impl Sync for CreateMeetingInput
impl Unpin for CreateMeetingInput
impl UnwindSafe for CreateMeetingInput
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