7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/taxsettings/TaxSettingsRequest.h>
10#include <aws/taxsettings/TaxSettings_EXPORTS.h>
15namespace TaxSettings {
38 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
40 m_accountIdsHasBeenSet =
true;
41 m_accountIds = std::forward<AccountIdsT>(value);
43 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
48 template <
typename AccountIdsT = Aws::String>
50 m_accountIdsHasBeenSet =
true;
51 m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
57 bool m_accountIdsHasBeenSet =
false;
BatchDeleteTaxRegistrationRequest & AddAccountIds(AccountIdsT &&value)
virtual const char * GetServiceRequestName() const override
bool AccountIdsHasBeenSet() const
BatchDeleteTaxRegistrationRequest & WithAccountIds(AccountIdsT &&value)
AWS_TAXSETTINGS_API BatchDeleteTaxRegistrationRequest()=default
const Aws::Vector< Aws::String > & GetAccountIds() const
void SetAccountIds(AccountIdsT &&value)
AWS_TAXSETTINGS_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