Struct aws_sdk_connectcases::operation::get_case_event_configuration::GetCaseEventConfigurationInput
source · #[non_exhaustive]pub struct GetCaseEventConfigurationInput { /* private fields */ }Implementations§
source§impl GetCaseEventConfigurationInput
impl GetCaseEventConfigurationInput
sourcepub fn builder() -> GetCaseEventConfigurationInputBuilder
pub fn builder() -> GetCaseEventConfigurationInputBuilder
Creates a new builder-style object to manufacture GetCaseEventConfigurationInput.
source§impl GetCaseEventConfigurationInput
impl GetCaseEventConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCaseEventConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetCaseEventConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetCaseEventConfiguration>
Trait Implementations§
source§impl Clone for GetCaseEventConfigurationInput
impl Clone for GetCaseEventConfigurationInput
source§fn clone(&self) -> GetCaseEventConfigurationInput
fn clone(&self) -> GetCaseEventConfigurationInput
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<GetCaseEventConfigurationInput> for GetCaseEventConfigurationInput
impl PartialEq<GetCaseEventConfigurationInput> for GetCaseEventConfigurationInput
source§fn eq(&self, other: &GetCaseEventConfigurationInput) -> bool
fn eq(&self, other: &GetCaseEventConfigurationInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.