Struct aws_sdk_connectcases::operation::get_case_event_configuration::builders::GetCaseEventConfigurationOutputBuilder
source · #[non_exhaustive]pub struct GetCaseEventConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for GetCaseEventConfigurationOutput
.
Implementations§
source§impl GetCaseEventConfigurationOutputBuilder
impl GetCaseEventConfigurationOutputBuilder
sourcepub fn event_bridge(self, input: EventBridgeConfiguration) -> Self
pub fn event_bridge(self, input: EventBridgeConfiguration) -> Self
Configuration to enable EventBridge case event delivery and determine what data is delivered.
sourcepub fn set_event_bridge(self, input: Option<EventBridgeConfiguration>) -> Self
pub fn set_event_bridge(self, input: Option<EventBridgeConfiguration>) -> Self
Configuration to enable EventBridge case event delivery and determine what data is delivered.
sourcepub fn get_event_bridge(&self) -> &Option<EventBridgeConfiguration>
pub fn get_event_bridge(&self) -> &Option<EventBridgeConfiguration>
Configuration to enable EventBridge case event delivery and determine what data is delivered.
sourcepub fn build(self) -> GetCaseEventConfigurationOutput
pub fn build(self) -> GetCaseEventConfigurationOutput
Consumes the builder and constructs a GetCaseEventConfigurationOutput
.
Trait Implementations§
source§impl Clone for GetCaseEventConfigurationOutputBuilder
impl Clone for GetCaseEventConfigurationOutputBuilder
source§fn clone(&self) -> GetCaseEventConfigurationOutputBuilder
fn clone(&self) -> GetCaseEventConfigurationOutputBuilder
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 Default for GetCaseEventConfigurationOutputBuilder
impl Default for GetCaseEventConfigurationOutputBuilder
source§fn default() -> GetCaseEventConfigurationOutputBuilder
fn default() -> GetCaseEventConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetCaseEventConfigurationOutputBuilder
impl PartialEq for GetCaseEventConfigurationOutputBuilder
source§fn eq(&self, other: &GetCaseEventConfigurationOutputBuilder) -> bool
fn eq(&self, other: &GetCaseEventConfigurationOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetCaseEventConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetCaseEventConfigurationOutputBuilder
impl Send for GetCaseEventConfigurationOutputBuilder
impl Sync for GetCaseEventConfigurationOutputBuilder
impl Unpin for GetCaseEventConfigurationOutputBuilder
impl UnwindSafe for GetCaseEventConfigurationOutputBuilder
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