aws-sdk-shield 1.98.0

AWS SDK for AWS Shield
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
#[allow(missing_docs)] // documentation missing in model
#[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
pub struct DisableProactiveEngagementInput {}
impl DisableProactiveEngagementInput {
    /// Creates a new builder-style object to manufacture [`DisableProactiveEngagementInput`](crate::operation::disable_proactive_engagement::DisableProactiveEngagementInput).
    pub fn builder() -> crate::operation::disable_proactive_engagement::builders::DisableProactiveEngagementInputBuilder {
        crate::operation::disable_proactive_engagement::builders::DisableProactiveEngagementInputBuilder::default()
    }
}

/// A builder for [`DisableProactiveEngagementInput`](crate::operation::disable_proactive_engagement::DisableProactiveEngagementInput).
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
#[non_exhaustive]
pub struct DisableProactiveEngagementInputBuilder {}
impl DisableProactiveEngagementInputBuilder {
    /// Consumes the builder and constructs a [`DisableProactiveEngagementInput`](crate::operation::disable_proactive_engagement::DisableProactiveEngagementInput).
    pub fn build(
        self,
    ) -> ::std::result::Result<
        crate::operation::disable_proactive_engagement::DisableProactiveEngagementInput,
        ::aws_smithy_types::error::operation::BuildError,
    > {
        ::std::result::Result::Ok(crate::operation::disable_proactive_engagement::DisableProactiveEngagementInput {})
    }
}