aws-sdk-macie2 1.99.0

AWS SDK for Amazon Macie 2
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 GetRevealConfigurationInput {}
impl GetRevealConfigurationInput {
    /// Creates a new builder-style object to manufacture [`GetRevealConfigurationInput`](crate::operation::get_reveal_configuration::GetRevealConfigurationInput).
    pub fn builder() -> crate::operation::get_reveal_configuration::builders::GetRevealConfigurationInputBuilder {
        crate::operation::get_reveal_configuration::builders::GetRevealConfigurationInputBuilder::default()
    }
}

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