Struct aws_sdk_sesv2::operation::list_contacts::ListContactsOutput
source · #[non_exhaustive]pub struct ListContactsOutput { /* private fields */ }Implementations§
source§impl ListContactsOutput
impl ListContactsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A string token indicating that there might be additional contacts available to be listed. Copy this token to a subsequent call to ListContacts with the same parameters to retrieve the next page of contacts.
source§impl ListContactsOutput
impl ListContactsOutput
sourcepub fn builder() -> ListContactsOutputBuilder
pub fn builder() -> ListContactsOutputBuilder
Creates a new builder-style object to manufacture ListContactsOutput.
Trait Implementations§
source§impl Clone for ListContactsOutput
impl Clone for ListContactsOutput
source§fn clone(&self) -> ListContactsOutput
fn clone(&self) -> ListContactsOutput
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 ListContactsOutput
impl Debug for ListContactsOutput
source§impl PartialEq<ListContactsOutput> for ListContactsOutput
impl PartialEq<ListContactsOutput> for ListContactsOutput
source§fn eq(&self, other: &ListContactsOutput) -> bool
fn eq(&self, other: &ListContactsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListContactsOutput
impl RequestId for ListContactsOutput
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.