Struct aws_sdk_connectcases::operation::put_case_event_configuration::PutCaseEventConfigurationOutput
source · #[non_exhaustive]pub struct PutCaseEventConfigurationOutput { /* private fields */ }Implementations§
source§impl PutCaseEventConfigurationOutput
impl PutCaseEventConfigurationOutput
sourcepub fn builder() -> PutCaseEventConfigurationOutputBuilder
pub fn builder() -> PutCaseEventConfigurationOutputBuilder
Creates a new builder-style object to manufacture PutCaseEventConfigurationOutput.
Trait Implementations§
source§impl Clone for PutCaseEventConfigurationOutput
impl Clone for PutCaseEventConfigurationOutput
source§fn clone(&self) -> PutCaseEventConfigurationOutput
fn clone(&self) -> PutCaseEventConfigurationOutput
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 PartialEq<PutCaseEventConfigurationOutput> for PutCaseEventConfigurationOutput
impl PartialEq<PutCaseEventConfigurationOutput> for PutCaseEventConfigurationOutput
source§fn eq(&self, other: &PutCaseEventConfigurationOutput) -> bool
fn eq(&self, other: &PutCaseEventConfigurationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for PutCaseEventConfigurationOutput
impl RequestId for PutCaseEventConfigurationOutput
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.