#[non_exhaustive]pub struct ListRetainedMessagesOutput { /* private fields */ }
Implementations§
source§impl ListRetainedMessagesOutput
impl ListRetainedMessagesOutput
sourcepub fn retained_topics(&self) -> Option<&[RetainedMessageSummary]>
pub fn retained_topics(&self) -> Option<&[RetainedMessageSummary]>
A summary list the account's retained messages. The information returned doesn't include the message payloads of the retained messages.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results, or null if there are no additional results.
source§impl ListRetainedMessagesOutput
impl ListRetainedMessagesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRetainedMessagesOutput
.
Trait Implementations§
source§impl Clone for ListRetainedMessagesOutput
impl Clone for ListRetainedMessagesOutput
source§fn clone(&self) -> ListRetainedMessagesOutput
fn clone(&self) -> ListRetainedMessagesOutput
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 ListRetainedMessagesOutput
impl Debug for ListRetainedMessagesOutput
source§impl PartialEq<ListRetainedMessagesOutput> for ListRetainedMessagesOutput
impl PartialEq<ListRetainedMessagesOutput> for ListRetainedMessagesOutput
source§fn eq(&self, other: &ListRetainedMessagesOutput) -> bool
fn eq(&self, other: &ListRetainedMessagesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.