#[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
pub struct GetAccountInput {}
impl GetAccountInput {
pub fn builder() -> crate::operation::get_account::builders::GetAccountInputBuilder {
crate::operation::get_account::builders::GetAccountInputBuilder::default()
}
}
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
#[non_exhaustive]
pub struct GetAccountInputBuilder {}
impl GetAccountInputBuilder {
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 {})
}
}