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, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateMeeting, AwsResponseRetryClassifier>, 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 moresourceimpl 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
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 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