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