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