#[non_exhaustive]pub struct PutCaseEventConfigurationInput { /* private fields */ }
Implementations
sourceimpl PutCaseEventConfigurationInput
impl PutCaseEventConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutCaseEventConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutCaseEventConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutCaseEventConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutCaseEventConfigurationInput
.
sourceimpl PutCaseEventConfigurationInput
impl PutCaseEventConfigurationInput
sourcepub fn event_bridge(&self) -> Option<&EventBridgeConfiguration>
pub fn event_bridge(&self) -> Option<&EventBridgeConfiguration>
Configuration to enable EventBridge case event delivery and determine what data is delivered.
Trait Implementations
sourceimpl Clone for PutCaseEventConfigurationInput
impl Clone for PutCaseEventConfigurationInput
sourcefn clone(&self) -> PutCaseEventConfigurationInput
fn clone(&self) -> PutCaseEventConfigurationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<PutCaseEventConfigurationInput> for PutCaseEventConfigurationInput
impl PartialEq<PutCaseEventConfigurationInput> for PutCaseEventConfigurationInput
sourcefn eq(&self, other: &PutCaseEventConfigurationInput) -> bool
fn eq(&self, other: &PutCaseEventConfigurationInput) -> bool
impl StructuralPartialEq for PutCaseEventConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for PutCaseEventConfigurationInput
impl Send for PutCaseEventConfigurationInput
impl Sync for PutCaseEventConfigurationInput
impl Unpin for PutCaseEventConfigurationInput
impl UnwindSafe for PutCaseEventConfigurationInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more