7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetErrorCode(
const char* value) { m_errorCodeHasBeenSet =
true; m_errorCode.assign(value); }
61 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
69 bool m_errorCodeHasBeenSet =
false;
72 bool m_messageHasBeenSet =
false;
AWS_TAXSETTINGS_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const char *value)
const Aws::String & GetErrorCode() const
ConflictException & WithErrorCode(Aws::String &&value)
void SetErrorCode(const char *value)
void SetErrorCode(Aws::String &&value)
void SetMessage(Aws::String &&value)
AWS_TAXSETTINGS_API ConflictException()
bool MessageHasBeenSet() const
AWS_TAXSETTINGS_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithMessage(const char *value)
void SetErrorCode(const Aws::String &value)
ConflictException & WithErrorCode(const Aws::String &value)
ConflictException & WithMessage(Aws::String &&value)
ConflictException & WithMessage(const Aws::String &value)
const Aws::String & GetMessage() const
bool ErrorCodeHasBeenSet() const
ConflictException & WithErrorCode(const char *value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue