#[allow(missing_docs)] #[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
pub struct GetAccountPreferencesInput {}
impl GetAccountPreferencesInput {
pub fn builder() -> crate::operation::get_account_preferences::builders::GetAccountPreferencesInputBuilder {
crate::operation::get_account_preferences::builders::GetAccountPreferencesInputBuilder::default()
}
}
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
#[non_exhaustive]
pub struct GetAccountPreferencesInputBuilder {}
impl GetAccountPreferencesInputBuilder {
pub fn build(
self,
) -> ::std::result::Result<crate::operation::get_account_preferences::GetAccountPreferencesInput, ::aws_smithy_types::error::operation::BuildError>
{
::std::result::Result::Ok(crate::operation::get_account_preferences::GetAccountPreferencesInput {})
}
}