Struct aws_sdk_connectcases::model::ContactContent
source · [−]#[non_exhaustive]pub struct ContactContent { /* private fields */ }
Expand description
An object that represents a content of an Amazon Connect contact object.
Implementations
sourceimpl ContactContent
impl ContactContent
sourcepub fn contact_arn(&self) -> Option<&str>
pub fn contact_arn(&self) -> Option<&str>
A unique identifier of a contact in Amazon Connect.
sourcepub fn channel(&self) -> Option<&str>
pub fn channel(&self) -> Option<&str>
A list of channels to filter on for related items of type Contact
.
sourcepub fn connected_to_system_time(&self) -> Option<&DateTime>
pub fn connected_to_system_time(&self) -> Option<&DateTime>
The difference between the InitiationTimestamp
and the DisconnectTimestamp
of the contact.
sourceimpl ContactContent
impl ContactContent
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ContactContent
.
Trait Implementations
sourceimpl Clone for ContactContent
impl Clone for ContactContent
sourcefn clone(&self) -> ContactContent
fn clone(&self) -> ContactContent
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 ContactContent
impl Debug for ContactContent
sourceimpl PartialEq<ContactContent> for ContactContent
impl PartialEq<ContactContent> for ContactContent
sourcefn eq(&self, other: &ContactContent) -> bool
fn eq(&self, other: &ContactContent) -> bool
impl StructuralPartialEq for ContactContent
Auto Trait Implementations
impl RefUnwindSafe for ContactContent
impl Send for ContactContent
impl Sync for ContactContent
impl Unpin for ContactContent
impl UnwindSafe for ContactContent
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