7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/detective/DetectiveRequest.h>
10#include <aws/detective/Detective_EXPORTS.h>
11#include <aws/detective/model/Account.h>
39 template <
typename GraphArnT = Aws::String>
41 m_graphArnHasBeenSet =
true;
42 m_graphArn = std::forward<GraphArnT>(value);
44 template <
typename GraphArnT = Aws::String>
58 template <
typename MessageT = Aws::String>
60 m_messageHasBeenSet =
true;
61 m_message = std::forward<MessageT>(value);
63 template <
typename MessageT = Aws::String>
80 m_disableEmailNotificationHasBeenSet =
true;
81 m_disableEmailNotification = value;
99 template <
typename AccountsT = Aws::Vector<Account>>
101 m_accountsHasBeenSet =
true;
102 m_accounts = std::forward<AccountsT>(value);
104 template <
typename AccountsT = Aws::Vector<Account>>
109 template <
typename AccountsT = Account>
111 m_accountsHasBeenSet =
true;
112 m_accounts.emplace_back(std::forward<AccountsT>(value));
121 bool m_disableEmailNotification{
false};
124 bool m_graphArnHasBeenSet =
false;
125 bool m_messageHasBeenSet =
false;
126 bool m_disableEmailNotificationHasBeenSet =
false;
127 bool m_accountsHasBeenSet =
false;
AWS_DETECTIVE_API Aws::String SerializePayload() const override
bool DisableEmailNotificationHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateMembersRequest & WithMessage(MessageT &&value)
CreateMembersRequest & AddAccounts(AccountsT &&value)
CreateMembersRequest & WithGraphArn(GraphArnT &&value)
bool AccountsHasBeenSet() const
CreateMembersRequest & WithDisableEmailNotification(bool value)
void SetDisableEmailNotification(bool value)
bool GraphArnHasBeenSet() const
bool GetDisableEmailNotification() const
const Aws::Vector< Account > & GetAccounts() const
const Aws::String & GetGraphArn() const
void SetGraphArn(GraphArnT &&value)
AWS_DETECTIVE_API CreateMembersRequest()=default
bool MessageHasBeenSet() const
void SetMessage(MessageT &&value)
CreateMembersRequest & WithAccounts(AccountsT &&value)
void SetAccounts(AccountsT &&value)
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector