Struct aws_sdk_sesv2::operation::get_contact::GetContactOutput
source · #[non_exhaustive]pub struct GetContactOutput { /* private fields */ }Implementations§
source§impl GetContactOutput
impl GetContactOutput
sourcepub fn contact_list_name(&self) -> Option<&str>
pub fn contact_list_name(&self) -> Option<&str>
The name of the contact list to which the contact belongs.
sourcepub fn email_address(&self) -> Option<&str>
pub fn email_address(&self) -> Option<&str>
The contact's email addres.
sourcepub fn topic_preferences(&self) -> Option<&[TopicPreference]>
pub fn topic_preferences(&self) -> Option<&[TopicPreference]>
The contact's preference for being opted-in to or opted-out of a topic.>
sourcepub fn topic_default_preferences(&self) -> Option<&[TopicPreference]>
pub fn topic_default_preferences(&self) -> Option<&[TopicPreference]>
The default topic preferences applied to the contact.
sourcepub fn unsubscribe_all(&self) -> bool
pub fn unsubscribe_all(&self) -> bool
A boolean value status noting if the contact is unsubscribed from all contact list topics.
sourcepub fn attributes_data(&self) -> Option<&str>
pub fn attributes_data(&self) -> Option<&str>
The attribute data attached to a contact.
sourcepub fn created_timestamp(&self) -> Option<&DateTime>
pub fn created_timestamp(&self) -> Option<&DateTime>
A timestamp noting when the contact 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's information was updated.
source§impl GetContactOutput
impl GetContactOutput
sourcepub fn builder() -> GetContactOutputBuilder
pub fn builder() -> GetContactOutputBuilder
Creates a new builder-style object to manufacture GetContactOutput.
Trait Implementations§
source§impl Clone for GetContactOutput
impl Clone for GetContactOutput
source§fn clone(&self) -> GetContactOutput
fn clone(&self) -> GetContactOutput
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 GetContactOutput
impl Debug for GetContactOutput
source§impl PartialEq<GetContactOutput> for GetContactOutput
impl PartialEq<GetContactOutput> for GetContactOutput
source§fn eq(&self, other: &GetContactOutput) -> bool
fn eq(&self, other: &GetContactOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetContactOutput
impl RequestId for GetContactOutput
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.