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/taxsettings/model/TaxRegistrationEntry.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
44 void SetAccountIds(AccountIdsT&& value) { m_accountIdsHasBeenSet =
true; m_accountIds = std::forward<AccountIdsT>(value); }
45 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
47 template<
typename AccountIdsT = Aws::String>
58 template<
typename TaxRegistrationEntryT = TaxRegistrationEntry>
59 void SetTaxRegistrationEntry(TaxRegistrationEntryT&& value) { m_taxRegistrationEntryHasBeenSet =
true; m_taxRegistrationEntry = std::forward<TaxRegistrationEntryT>(value); }
60 template<
typename TaxRegistrationEntryT = TaxRegistrationEntry>
66 bool m_accountIdsHasBeenSet =
false;
69 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