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>
38 template <
typename GraphArnT = Aws::String>
40 m_graphArnHasBeenSet =
true;
41 m_graphArn = std::forward<GraphArnT>(value);
43 template <
typename GraphArnT = Aws::String>
58 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
60 m_accountIdsHasBeenSet =
true;
61 m_accountIds = std::forward<AccountIdsT>(value);
63 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
68 template <
typename AccountIdsT = Aws::String>
70 m_accountIdsHasBeenSet =
true;
71 m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
77 bool m_graphArnHasBeenSet =
false;
80 bool m_accountIdsHasBeenSet =
false;
DeleteMembersRequest & WithGraphArn(GraphArnT &&value)
DeleteMembersRequest & AddAccountIds(AccountIdsT &&value)
const Aws::Vector< Aws::String > & GetAccountIds() const
bool GraphArnHasBeenSet() const
void SetGraphArn(GraphArnT &&value)
AWS_DETECTIVE_API Aws::String SerializePayload() const override
const Aws::String & GetGraphArn() const
void SetAccountIds(AccountIdsT &&value)
bool AccountIdsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DeleteMembersRequest & WithAccountIds(AccountIdsT &&value)
AWS_DETECTIVE_API DeleteMembersRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector