aws_sdk_connectcases/client/get_case_event_configuration.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`GetCaseEventConfiguration`](crate::operation::get_case_event_configuration::builders::GetCaseEventConfigurationFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`domain_id(impl Into<String>)`](crate::operation::get_case_event_configuration::builders::GetCaseEventConfigurationFluentBuilder::domain_id) / [`set_domain_id(Option<String>)`](crate::operation::get_case_event_configuration::builders::GetCaseEventConfigurationFluentBuilder::set_domain_id):<br>required: **true**<br><p>The unique identifier of the Cases domain.</p><br>
7 /// - On success, responds with [`GetCaseEventConfigurationOutput`](crate::operation::get_case_event_configuration::GetCaseEventConfigurationOutput) with field(s):
8 /// - [`event_bridge(Option<EventBridgeConfiguration>)`](crate::operation::get_case_event_configuration::GetCaseEventConfigurationOutput::event_bridge): <p>Configuration to enable EventBridge case event delivery and determine what data is delivered.</p>
9 /// - On failure, responds with [`SdkError<GetCaseEventConfigurationError>`](crate::operation::get_case_event_configuration::GetCaseEventConfigurationError)
10 pub fn get_case_event_configuration(&self) -> crate::operation::get_case_event_configuration::builders::GetCaseEventConfigurationFluentBuilder {
11 crate::operation::get_case_event_configuration::builders::GetCaseEventConfigurationFluentBuilder::new(self.handle.clone())
12 }
13}