Struct aws_sdk_chime::input::CreateMeetingDialOutInput
source · [−]#[non_exhaustive]pub struct CreateMeetingDialOutInput { /* private fields */ }Implementations
sourceimpl CreateMeetingDialOutInput
impl CreateMeetingDialOutInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateMeetingDialOut, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateMeetingDialOut, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateMeetingDialOut>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateMeetingDialOutInput.
sourceimpl CreateMeetingDialOutInput
impl CreateMeetingDialOutInput
sourcepub fn meeting_id(&self) -> Option<&str>
pub fn meeting_id(&self) -> Option<&str>
The Amazon Chime SDK meeting ID.
sourcepub fn from_phone_number(&self) -> Option<&str>
pub fn from_phone_number(&self) -> Option<&str>
Phone number used as the caller ID when the remote party receives a call.
sourcepub fn to_phone_number(&self) -> Option<&str>
pub fn to_phone_number(&self) -> Option<&str>
Phone number called when inviting someone to a meeting.
sourcepub fn join_token(&self) -> Option<&str>
pub fn join_token(&self) -> Option<&str>
Token used by the Amazon Chime SDK attendee. Call the CreateAttendee action to get a join token.
Trait Implementations
sourceimpl Clone for CreateMeetingDialOutInput
impl Clone for CreateMeetingDialOutInput
sourcefn clone(&self) -> CreateMeetingDialOutInput
fn clone(&self) -> CreateMeetingDialOutInput
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 CreateMeetingDialOutInput
impl Debug for CreateMeetingDialOutInput
sourceimpl PartialEq<CreateMeetingDialOutInput> for CreateMeetingDialOutInput
impl PartialEq<CreateMeetingDialOutInput> for CreateMeetingDialOutInput
sourcefn eq(&self, other: &CreateMeetingDialOutInput) -> bool
fn eq(&self, other: &CreateMeetingDialOutInput) -> bool
impl StructuralPartialEq for CreateMeetingDialOutInput
Auto Trait Implementations
impl RefUnwindSafe for CreateMeetingDialOutInput
impl Send for CreateMeetingDialOutInput
impl Sync for CreateMeetingDialOutInput
impl Unpin for CreateMeetingDialOutInput
impl UnwindSafe for CreateMeetingDialOutInput
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