Struct aws_sdk_chime::types::builders::InviteBuilder
source · #[non_exhaustive]pub struct InviteBuilder { /* private fields */ }Expand description
A builder for Invite.
Implementations§
source§impl InviteBuilder
impl InviteBuilder
sourcepub fn set_invite_id(self, input: Option<String>) -> Self
pub fn set_invite_id(self, input: Option<String>) -> Self
The invite ID.
sourcepub fn get_invite_id(&self) -> &Option<String>
pub fn get_invite_id(&self) -> &Option<String>
The invite ID.
sourcepub fn status(self, input: InviteStatus) -> Self
pub fn status(self, input: InviteStatus) -> Self
The status of the invite.
sourcepub fn set_status(self, input: Option<InviteStatus>) -> Self
pub fn set_status(self, input: Option<InviteStatus>) -> Self
The status of the invite.
sourcepub fn get_status(&self) -> &Option<InviteStatus>
pub fn get_status(&self) -> &Option<InviteStatus>
The status of the invite.
sourcepub fn email_address(self, input: impl Into<String>) -> Self
pub fn email_address(self, input: impl Into<String>) -> Self
The email address to which the invite is sent.
sourcepub fn set_email_address(self, input: Option<String>) -> Self
pub fn set_email_address(self, input: Option<String>) -> Self
The email address to which the invite is sent.
sourcepub fn get_email_address(&self) -> &Option<String>
pub fn get_email_address(&self) -> &Option<String>
The email address to which the invite is sent.
sourcepub fn email_status(self, input: EmailStatus) -> Self
pub fn email_status(self, input: EmailStatus) -> Self
The status of the invite email.
sourcepub fn set_email_status(self, input: Option<EmailStatus>) -> Self
pub fn set_email_status(self, input: Option<EmailStatus>) -> Self
The status of the invite email.
sourcepub fn get_email_status(&self) -> &Option<EmailStatus>
pub fn get_email_status(&self) -> &Option<EmailStatus>
The status of the invite email.
Trait Implementations§
source§impl Clone for InviteBuilder
impl Clone for InviteBuilder
source§fn clone(&self) -> InviteBuilder
fn clone(&self) -> InviteBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for InviteBuilder
impl Debug for InviteBuilder
source§impl Default for InviteBuilder
impl Default for InviteBuilder
source§fn default() -> InviteBuilder
fn default() -> InviteBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for InviteBuilder
impl PartialEq for InviteBuilder
source§fn eq(&self, other: &InviteBuilder) -> bool
fn eq(&self, other: &InviteBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for InviteBuilder
Auto Trait Implementations§
impl RefUnwindSafe for InviteBuilder
impl Send for InviteBuilder
impl Sync for InviteBuilder
impl Unpin for InviteBuilder
impl UnwindSafe for InviteBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.