7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/securityhub/SecurityHubRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
44 void SetAccountIds(AccountIdsT&& value) { m_accountIdsHasBeenSet =
true; m_accountIds = std::forward<AccountIdsT>(value); }
45 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
47 template<
typename AccountIdsT = Aws::String>
48 GetMembersRequest&
AddAccountIds(AccountIdsT&& value) { m_accountIdsHasBeenSet =
true; m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
return *
this; }
53 bool m_accountIdsHasBeenSet =
false;
void SetAccountIds(AccountIdsT &&value)
GetMembersRequest & AddAccountIds(AccountIdsT &&value)
AWS_SECURITYHUB_API GetMembersRequest()=default
GetMembersRequest & WithAccountIds(AccountIdsT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetAccountIds() const
bool AccountIdsHasBeenSet() const
AWS_SECURITYHUB_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