#[non_exhaustive]pub struct GetContactListOutput { /* private fields */ }Implementations§
source§impl GetContactListOutput
impl GetContactListOutput
sourcepub fn contact_list_name(&self) -> Option<&str>
pub fn contact_list_name(&self) -> Option<&str>
The name of the contact list.
sourcepub fn topics(&self) -> Option<&[Topic]>
pub fn topics(&self) -> Option<&[Topic]>
An interest group, theme, or label within a list. A contact list can have multiple topics.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of what the contact list is about.
sourcepub fn created_timestamp(&self) -> Option<&DateTime>
pub fn created_timestamp(&self) -> Option<&DateTime>
A timestamp noting when the contact list was created.
sourcepub fn last_updated_timestamp(&self) -> Option<&DateTime>
pub fn last_updated_timestamp(&self) -> Option<&DateTime>
A timestamp noting the last time the contact list was updated.
The tags associated with a contact list.
source§impl GetContactListOutput
impl GetContactListOutput
sourcepub fn builder() -> GetContactListOutputBuilder
pub fn builder() -> GetContactListOutputBuilder
Creates a new builder-style object to manufacture GetContactListOutput.
Trait Implementations§
source§impl Clone for GetContactListOutput
impl Clone for GetContactListOutput
source§fn clone(&self) -> GetContactListOutput
fn clone(&self) -> GetContactListOutput
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 GetContactListOutput
impl Debug for GetContactListOutput
source§impl PartialEq<GetContactListOutput> for GetContactListOutput
impl PartialEq<GetContactListOutput> for GetContactListOutput
source§fn eq(&self, other: &GetContactListOutput) -> bool
fn eq(&self, other: &GetContactListOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetContactListOutput
impl RequestId for GetContactListOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.