#[non_exhaustive]pub struct ListChannelMessagesOutput { /* private fields */ }Implementations§
source§impl ListChannelMessagesOutput
impl ListChannelMessagesOutput
sourcepub fn channel_arn(&self) -> Option<&str>
pub fn channel_arn(&self) -> Option<&str>
The ARN of the channel containing the requested messages.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token passed by previous API calls until all requested messages are returned.
sourcepub fn channel_messages(&self) -> Option<&[ChannelMessageSummary]>
pub fn channel_messages(&self) -> Option<&[ChannelMessageSummary]>
The information about, and content of, each requested message.
source§impl ListChannelMessagesOutput
impl ListChannelMessagesOutput
sourcepub fn builder() -> ListChannelMessagesOutputBuilder
pub fn builder() -> ListChannelMessagesOutputBuilder
Creates a new builder-style object to manufacture ListChannelMessagesOutput.
Trait Implementations§
source§impl Clone for ListChannelMessagesOutput
impl Clone for ListChannelMessagesOutput
source§fn clone(&self) -> ListChannelMessagesOutput
fn clone(&self) -> ListChannelMessagesOutput
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 ListChannelMessagesOutput
impl Debug for ListChannelMessagesOutput
source§impl PartialEq<ListChannelMessagesOutput> for ListChannelMessagesOutput
impl PartialEq<ListChannelMessagesOutput> for ListChannelMessagesOutput
source§fn eq(&self, other: &ListChannelMessagesOutput) -> bool
fn eq(&self, other: &ListChannelMessagesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListChannelMessagesOutput
impl RequestId for ListChannelMessagesOutput
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.impl StructuralPartialEq for ListChannelMessagesOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListChannelMessagesOutput
impl Send for ListChannelMessagesOutput
impl Sync for ListChannelMessagesOutput
impl Unpin for ListChannelMessagesOutput
impl UnwindSafe for ListChannelMessagesOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more