Struct aws_sdk_connectcases::operation::get_case::GetCaseOutput
source · #[non_exhaustive]pub struct GetCaseOutput { /* private fields */ }
Implementations§
source§impl GetCaseOutput
impl GetCaseOutput
sourcepub fn fields(&self) -> Option<&[FieldValue]>
pub fn fields(&self) -> Option<&[FieldValue]>
A list of detailed field information.
sourcepub fn template_id(&self) -> Option<&str>
pub fn template_id(&self) -> Option<&str>
A unique identifier of a template.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results. This is null if there are no more results to return.
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
source§impl GetCaseOutput
impl GetCaseOutput
sourcepub fn builder() -> GetCaseOutputBuilder
pub fn builder() -> GetCaseOutputBuilder
Creates a new builder-style object to manufacture GetCaseOutput
.
Trait Implementations§
source§impl Clone for GetCaseOutput
impl Clone for GetCaseOutput
source§fn clone(&self) -> GetCaseOutput
fn clone(&self) -> GetCaseOutput
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 GetCaseOutput
impl Debug for GetCaseOutput
source§impl PartialEq<GetCaseOutput> for GetCaseOutput
impl PartialEq<GetCaseOutput> for GetCaseOutput
source§fn eq(&self, other: &GetCaseOutput) -> bool
fn eq(&self, other: &GetCaseOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetCaseOutput
impl RequestId for GetCaseOutput
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 GetCaseOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetCaseOutput
impl Send for GetCaseOutput
impl Sync for GetCaseOutput
impl Unpin for GetCaseOutput
impl UnwindSafe for GetCaseOutput
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