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;
BatchGetTaxExemptionsRequest & WithAccountIds(AccountIdsT &&value)
virtual const char * GetServiceRequestName() const override
AWS_TAXSETTINGS_API BatchGetTaxExemptionsRequest()=default
bool AccountIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetAccountIds() const
AWS_TAXSETTINGS_API Aws::String SerializePayload() const override
BatchGetTaxExemptionsRequest & AddAccountIds(AccountIdsT &&value)
void SetAccountIds(AccountIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector