7#include <aws/detective/Detective_EXPORTS.h>
8#include <aws/detective/DetectiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/detective/model/Account.h>
43 template<
typename GraphArnT = Aws::String>
44 void SetGraphArn(GraphArnT&& value) { m_graphArnHasBeenSet =
true; m_graphArn = std::forward<GraphArnT>(value); }
45 template<
typename GraphArnT = Aws::String>
56 template<
typename MessageT = Aws::String>
57 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
58 template<
typename MessageT = Aws::String>
85 template<
typename AccountsT = Aws::Vector<Account>>
86 void SetAccounts(AccountsT&& value) { m_accountsHasBeenSet =
true; m_accounts = std::forward<AccountsT>(value); }
87 template<
typename AccountsT = Aws::Vector<Account>>
89 template<
typename AccountsT = Account>
95 bool m_graphArnHasBeenSet =
false;
98 bool m_messageHasBeenSet =
false;
100 bool m_disableEmailNotification{
false};
101 bool m_disableEmailNotificationHasBeenSet =
false;
104 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