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>
42 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
43 void SetAccountIds(AccountIdsT&& value) { m_accountIdsHasBeenSet =
true; m_accountIds = std::forward<AccountIdsT>(value); }
44 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
46 template<
typename AccountIdsT = Aws::String>
52 bool m_accountIdsHasBeenSet =
false;
void SetAccountIds(AccountIdsT &&value)
DeleteMembersRequest & WithAccountIds(AccountIdsT &&value)
DeleteMembersRequest & AddAccountIds(AccountIdsT &&value)
virtual const char * GetServiceRequestName() const override
AWS_SECURITYHUB_API DeleteMembersRequest()=default
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