#[non_exhaustive]pub struct DescribeCasesOutput { /* private fields */ }Expand description
Returns an array of CaseDetails objects and a nextToken that defines a point for pagination in the result set.
Implementations§
source§impl DescribeCasesOutput
impl DescribeCasesOutput
sourcepub fn cases(&self) -> Option<&[CaseDetails]>
pub fn cases(&self) -> Option<&[CaseDetails]>
The details for the cases that match the request.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A resumption point for pagination.
source§impl DescribeCasesOutput
impl DescribeCasesOutput
sourcepub fn builder() -> DescribeCasesOutputBuilder
pub fn builder() -> DescribeCasesOutputBuilder
Creates a new builder-style object to manufacture DescribeCasesOutput.
Trait Implementations§
source§impl Clone for DescribeCasesOutput
impl Clone for DescribeCasesOutput
source§fn clone(&self) -> DescribeCasesOutput
fn clone(&self) -> DescribeCasesOutput
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 DescribeCasesOutput
impl Debug for DescribeCasesOutput
source§impl PartialEq<DescribeCasesOutput> for DescribeCasesOutput
impl PartialEq<DescribeCasesOutput> for DescribeCasesOutput
source§fn eq(&self, other: &DescribeCasesOutput) -> bool
fn eq(&self, other: &DescribeCasesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeCasesOutput
impl RequestId for DescribeCasesOutput
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.