Struct aws_sdk_support::operation::resolve_case::ResolveCaseOutput
source · #[non_exhaustive]pub struct ResolveCaseOutput { /* private fields */ }Expand description
The status of the case returned by the ResolveCase operation.
Implementations§
source§impl ResolveCaseOutput
impl ResolveCaseOutput
sourcepub fn initial_case_status(&self) -> Option<&str>
pub fn initial_case_status(&self) -> Option<&str>
The status of the case when the ResolveCase request was sent.
sourcepub fn final_case_status(&self) -> Option<&str>
pub fn final_case_status(&self) -> Option<&str>
The status of the case after the ResolveCase request was processed.
source§impl ResolveCaseOutput
impl ResolveCaseOutput
sourcepub fn builder() -> ResolveCaseOutputBuilder
pub fn builder() -> ResolveCaseOutputBuilder
Creates a new builder-style object to manufacture ResolveCaseOutput.
Trait Implementations§
source§impl Clone for ResolveCaseOutput
impl Clone for ResolveCaseOutput
source§fn clone(&self) -> ResolveCaseOutput
fn clone(&self) -> ResolveCaseOutput
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 ResolveCaseOutput
impl Debug for ResolveCaseOutput
source§impl PartialEq<ResolveCaseOutput> for ResolveCaseOutput
impl PartialEq<ResolveCaseOutput> for ResolveCaseOutput
source§fn eq(&self, other: &ResolveCaseOutput) -> bool
fn eq(&self, other: &ResolveCaseOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ResolveCaseOutput
impl RequestId for ResolveCaseOutput
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.