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>
42 template<
typename GraphArnT = Aws::String>
43 void SetGraphArn(GraphArnT&& value) { m_graphArnHasBeenSet =
true; m_graphArn = std::forward<GraphArnT>(value); }
44 template<
typename GraphArnT = Aws::String>
56 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
57 void SetAccountIds(AccountIdsT&& value) { m_accountIdsHasBeenSet =
true; m_accountIds = std::forward<AccountIdsT>(value); }
58 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
60 template<
typename AccountIdsT = Aws::String>
66 bool m_graphArnHasBeenSet =
false;
69 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