Struct aws_sdk_chime::input::CreateAttendeeInput
source · [−]#[non_exhaustive]pub struct CreateAttendeeInput { /* private fields */ }Implementations
sourceimpl CreateAttendeeInput
impl CreateAttendeeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAttendee, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAttendee, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateAttendee>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateAttendeeInput.
sourceimpl CreateAttendeeInput
impl CreateAttendeeInput
sourcepub fn meeting_id(&self) -> Option<&str>
pub fn meeting_id(&self) -> Option<&str>
The Amazon Chime SDK meeting ID.
sourcepub fn external_user_id(&self) -> Option<&str>
pub fn external_user_id(&self) -> Option<&str>
The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.
The tag key-value pairs.
Trait Implementations
sourceimpl Clone for CreateAttendeeInput
impl Clone for CreateAttendeeInput
sourcefn clone(&self) -> CreateAttendeeInput
fn clone(&self) -> CreateAttendeeInput
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 CreateAttendeeInput
impl Debug for CreateAttendeeInput
sourceimpl PartialEq<CreateAttendeeInput> for CreateAttendeeInput
impl PartialEq<CreateAttendeeInput> for CreateAttendeeInput
sourcefn eq(&self, other: &CreateAttendeeInput) -> bool
fn eq(&self, other: &CreateAttendeeInput) -> bool
impl StructuralPartialEq for CreateAttendeeInput
Auto Trait Implementations
impl RefUnwindSafe for CreateAttendeeInput
impl Send for CreateAttendeeInput
impl Sync for CreateAttendeeInput
impl Unpin for CreateAttendeeInput
impl UnwindSafe for CreateAttendeeInput
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