Struct aws_sdk_workmail::output::ListMailDomainsOutput
source · #[non_exhaustive]pub struct ListMailDomainsOutput { /* private fields */ }
Implementations§
source§impl ListMailDomainsOutput
impl ListMailDomainsOutput
sourcepub fn mail_domains(&self) -> Option<&[MailDomainSummary]>
pub fn mail_domains(&self) -> Option<&[MailDomainSummary]>
The list of mail domain summaries, specifying domains that exist in the specified WorkMail organization, along with the information about whether the domain is or isn't the default.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results. The value becomes null
when there are no more results to return.
source§impl ListMailDomainsOutput
impl ListMailDomainsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListMailDomainsOutput
.
Trait Implementations§
source§impl Clone for ListMailDomainsOutput
impl Clone for ListMailDomainsOutput
source§fn clone(&self) -> ListMailDomainsOutput
fn clone(&self) -> ListMailDomainsOutput
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 ListMailDomainsOutput
impl Debug for ListMailDomainsOutput
source§impl PartialEq<ListMailDomainsOutput> for ListMailDomainsOutput
impl PartialEq<ListMailDomainsOutput> for ListMailDomainsOutput
source§fn eq(&self, other: &ListMailDomainsOutput) -> bool
fn eq(&self, other: &ListMailDomainsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.