7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/Macie2Request.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
44 void SetAccountIds(AccountIdsT&& value) { m_accountIdsHasBeenSet =
true; m_accountIds = std::forward<AccountIdsT>(value); }
45 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
47 template<
typename AccountIdsT = Aws::String>
71 template<
typename MessageT = Aws::String>
72 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
73 template<
typename MessageT = Aws::String>
79 bool m_accountIdsHasBeenSet =
false;
81 bool m_disableEmailNotification{
false};
82 bool m_disableEmailNotificationHasBeenSet =
false;
85 bool m_messageHasBeenSet =
false;
bool AccountIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetAccountIds() const
bool DisableEmailNotificationHasBeenSet() const
CreateInvitationsRequest & WithDisableEmailNotification(bool value)
bool GetDisableEmailNotification() const
void SetDisableEmailNotification(bool value)
CreateInvitationsRequest & WithAccountIds(AccountIdsT &&value)
const Aws::String & GetMessage() const
AWS_MACIE2_API Aws::String SerializePayload() const override
void SetMessage(MessageT &&value)
CreateInvitationsRequest & WithMessage(MessageT &&value)
virtual const char * GetServiceRequestName() const override
bool MessageHasBeenSet() const
AWS_MACIE2_API CreateInvitationsRequest()=default
void SetAccountIds(AccountIdsT &&value)
CreateInvitationsRequest & AddAccountIds(AccountIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector