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