7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/guardduty/GuardDutyRequest.h>
10#include <aws/guardduty/GuardDuty_EXPORTS.h>
42 template <
typename DetectorIdT = Aws::String>
44 m_detectorIdHasBeenSet =
true;
45 m_detectorId = std::forward<DetectorIdT>(value);
47 template <
typename DetectorIdT = Aws::String>
61 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
63 m_accountIdsHasBeenSet =
true;
64 m_accountIds = std::forward<AccountIdsT>(value);
66 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
71 template <
typename AccountIdsT = Aws::String>
73 m_accountIdsHasBeenSet =
true;
74 m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
87 m_disableEmailNotificationHasBeenSet =
true;
88 m_disableEmailNotification = value;
103 template <
typename MessageT = Aws::String>
105 m_messageHasBeenSet =
true;
106 m_message = std::forward<MessageT>(value);
108 template <
typename MessageT = Aws::String>
119 bool m_disableEmailNotification{
false};
122 bool m_detectorIdHasBeenSet =
false;
123 bool m_accountIdsHasBeenSet =
false;
124 bool m_disableEmailNotificationHasBeenSet =
false;
125 bool m_messageHasBeenSet =
false;
InviteMembersRequest & AddAccountIds(AccountIdsT &&value)
void SetAccountIds(AccountIdsT &&value)
void SetDetectorId(DetectorIdT &&value)
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
void SetDisableEmailNotification(bool value)
bool GetDisableEmailNotification() const
InviteMembersRequest & WithDetectorId(DetectorIdT &&value)
bool DetectorIdHasBeenSet() const
InviteMembersRequest & WithAccountIds(AccountIdsT &&value)
InviteMembersRequest & WithMessage(MessageT &&value)
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
AWS_GUARDDUTY_API InviteMembersRequest()=default
bool DisableEmailNotificationHasBeenSet() const
const Aws::Vector< Aws::String > & GetAccountIds() const
bool AccountIdsHasBeenSet() const
void SetMessage(MessageT &&value)
virtual const char * GetServiceRequestName() const override
InviteMembersRequest & WithDisableEmailNotification(bool value)
const Aws::String & GetDetectorId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector