#[allow(missing_docs)] #[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
pub struct EnableProactiveEngagementInput {}
impl EnableProactiveEngagementInput {
pub fn builder() -> crate::operation::enable_proactive_engagement::builders::EnableProactiveEngagementInputBuilder {
crate::operation::enable_proactive_engagement::builders::EnableProactiveEngagementInputBuilder::default()
}
}
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
#[non_exhaustive]
pub struct EnableProactiveEngagementInputBuilder {}
impl EnableProactiveEngagementInputBuilder {
pub fn build(
self,
) -> ::std::result::Result<
crate::operation::enable_proactive_engagement::EnableProactiveEngagementInput,
::aws_smithy_types::error::operation::BuildError,
> {
::std::result::Result::Ok(crate::operation::enable_proactive_engagement::EnableProactiveEngagementInput {})
}
}