aws-sdk-pinpointemail 1.111.0

AWS SDK for Amazon Pinpoint Email Service
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.

/// <p>A request to obtain information about the email-sending capabilities of your Amazon Pinpoint account.</p>
#[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
pub struct GetAccountInput {}
impl GetAccountInput {
    /// Creates a new builder-style object to manufacture [`GetAccountInput`](crate::operation::get_account::GetAccountInput).
    pub fn builder() -> crate::operation::get_account::builders::GetAccountInputBuilder {
        crate::operation::get_account::builders::GetAccountInputBuilder::default()
    }
}

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