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>
11#include <aws/taxsettings/model/TaxRegistrationEntry.h>
16namespace TaxSettings {
39 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
41 m_accountIdsHasBeenSet =
true;
42 m_accountIds = std::forward<AccountIdsT>(value);
44 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
49 template <
typename AccountIdsT = Aws::String>
51 m_accountIdsHasBeenSet =
true;
52 m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
64 template <
typename TaxRegistrationEntryT = TaxRegistrationEntry>
66 m_taxRegistrationEntryHasBeenSet =
true;
67 m_taxRegistrationEntry = std::forward<TaxRegistrationEntryT>(value);
69 template <
typename TaxRegistrationEntryT = TaxRegistrationEntry>
77 bool m_accountIdsHasBeenSet =
false;
80 bool m_taxRegistrationEntryHasBeenSet =
false;
void SetAccountIds(AccountIdsT &&value)
BatchPutTaxRegistrationRequest & AddAccountIds(AccountIdsT &&value)
const TaxRegistrationEntry & GetTaxRegistrationEntry() const
bool TaxRegistrationEntryHasBeenSet() const
virtual const char * GetServiceRequestName() const override
BatchPutTaxRegistrationRequest & WithTaxRegistrationEntry(TaxRegistrationEntryT &&value)
void SetTaxRegistrationEntry(TaxRegistrationEntryT &&value)
AWS_TAXSETTINGS_API BatchPutTaxRegistrationRequest()=default
bool AccountIdsHasBeenSet() const
BatchPutTaxRegistrationRequest & WithAccountIds(AccountIdsT &&value)
AWS_TAXSETTINGS_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetAccountIds() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector