aws-sdk-securityhub 1.110.0

AWS SDK for AWS SecurityHub
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
#[allow(missing_docs)] // documentation missing in model
#[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
pub struct GetInvitationsCountInput {}
impl GetInvitationsCountInput {
    /// Creates a new builder-style object to manufacture [`GetInvitationsCountInput`](crate::operation::get_invitations_count::GetInvitationsCountInput).
    pub fn builder() -> crate::operation::get_invitations_count::builders::GetInvitationsCountInputBuilder {
        crate::operation::get_invitations_count::builders::GetInvitationsCountInputBuilder::default()
    }
}

/// A builder for [`GetInvitationsCountInput`](crate::operation::get_invitations_count::GetInvitationsCountInput).
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
#[non_exhaustive]
pub struct GetInvitationsCountInputBuilder {}
impl GetInvitationsCountInputBuilder {
    /// Consumes the builder and constructs a [`GetInvitationsCountInput`](crate::operation::get_invitations_count::GetInvitationsCountInput).
    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 {})
    }
}