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>
59 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
61 m_accountIdsHasBeenSet =
true;
62 m_accountIds = std::forward<AccountIdsT>(value);
64 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
69 template <
typename AccountIdsT = Aws::String>
71 m_accountIdsHasBeenSet =
true;
72 m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
80 bool m_graphArnHasBeenSet =
false;
81 bool m_accountIdsHasBeenSet =
false;
GetMembersRequest & WithGraphArn(GraphArnT &&value)
const Aws::Vector< Aws::String > & GetAccountIds() const
GetMembersRequest & WithAccountIds(AccountIdsT &&value)
void SetAccountIds(AccountIdsT &&value)
GetMembersRequest & AddAccountIds(AccountIdsT &&value)
const Aws::String & GetGraphArn() const
bool AccountIdsHasBeenSet() const
AWS_DETECTIVE_API GetMembersRequest()=default
bool GraphArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetGraphArn(GraphArnT &&value)
AWS_DETECTIVE_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector