aws_sdk_sesv2/operation/get_account/
_get_account_input.rs1#[non_exhaustive]
5#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
6pub struct GetAccountInput {}
7impl GetAccountInput {
8 pub fn builder() -> crate::operation::get_account::builders::GetAccountInputBuilder {
10 crate::operation::get_account::builders::GetAccountInputBuilder::default()
11 }
12}
13
14#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
16#[non_exhaustive]
17pub struct GetAccountInputBuilder {}
18impl GetAccountInputBuilder {
19 pub fn build(self) -> ::std::result::Result<crate::operation::get_account::GetAccountInput, ::aws_smithy_types::error::operation::BuildError> {
21 ::std::result::Result::Ok(crate::operation::get_account::GetAccountInput {})
22 }
23}