7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/taxsettings/TaxSettingsRequest.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;
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