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