#[non_exhaustive]pub struct DescribeCommunicationsOutput { /* private fields */ }Expand description
The communications returned by the DescribeCommunications operation.
Implementations§
source§impl DescribeCommunicationsOutput
impl DescribeCommunicationsOutput
sourcepub fn communications(&self) -> Option<&[Communication]>
pub fn communications(&self) -> Option<&[Communication]>
The communications for the case.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A resumption point for pagination.
source§impl DescribeCommunicationsOutput
impl DescribeCommunicationsOutput
sourcepub fn builder() -> DescribeCommunicationsOutputBuilder
pub fn builder() -> DescribeCommunicationsOutputBuilder
Creates a new builder-style object to manufacture DescribeCommunicationsOutput.
Trait Implementations§
source§impl Clone for DescribeCommunicationsOutput
impl Clone for DescribeCommunicationsOutput
source§fn clone(&self) -> DescribeCommunicationsOutput
fn clone(&self) -> DescribeCommunicationsOutput
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 DescribeCommunicationsOutput
impl Debug for DescribeCommunicationsOutput
source§impl PartialEq<DescribeCommunicationsOutput> for DescribeCommunicationsOutput
impl PartialEq<DescribeCommunicationsOutput> for DescribeCommunicationsOutput
source§fn eq(&self, other: &DescribeCommunicationsOutput) -> bool
fn eq(&self, other: &DescribeCommunicationsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeCommunicationsOutput
impl RequestId for DescribeCommunicationsOutput
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.