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>
57 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
58 void SetAccountIds(AccountIdsT&& value) { m_accountIdsHasBeenSet =
true; m_accountIds = std::forward<AccountIdsT>(value); }
59 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
61 template<
typename AccountIdsT = Aws::String>
62 GetMembersRequest&
AddAccountIds(AccountIdsT&& value) { m_accountIdsHasBeenSet =
true; m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
return *
this; }
67 bool m_graphArnHasBeenSet =
false;
70 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