7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename AccountIdT = Aws::String>
50 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
51 template<
typename AccountIdT = Aws::String>
62 template<
typename CodeT = Aws::String>
63 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
64 template<
typename CodeT = Aws::String>
75 template<
typename MessageT = Aws::String>
76 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
77 template<
typename MessageT = Aws::String>
83 bool m_accountIdHasBeenSet =
false;
86 bool m_codeHasBeenSet =
false;
89 bool m_messageHasBeenSet =
false;
AWS_TAXSETTINGS_API BatchPutTaxRegistrationError()=default
BatchPutTaxRegistrationError & WithAccountId(AccountIdT &&value)
BatchPutTaxRegistrationError & WithMessage(MessageT &&value)
bool AccountIdHasBeenSet() const
void SetMessage(MessageT &&value)
BatchPutTaxRegistrationError & WithCode(CodeT &&value)
const Aws::String & GetMessage() const
const Aws::String & GetCode() const
AWS_TAXSETTINGS_API BatchPutTaxRegistrationError(Aws::Utils::Json::JsonView jsonValue)
bool CodeHasBeenSet() const
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCode(CodeT &&value)
AWS_TAXSETTINGS_API BatchPutTaxRegistrationError & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(AccountIdT &&value)
const Aws::String & GetAccountId() const
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue