7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace EntityResolution
48 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
62 inline void SetQuotaName(
const char* value) { m_quotaNameHasBeenSet =
true; m_quotaName.assign(value); }
74 inline void SetQuotaValue(
int value) { m_quotaValueHasBeenSet =
true; m_quotaValue = value; }
80 bool m_messageHasBeenSet =
false;
83 bool m_quotaNameHasBeenSet =
false;
86 bool m_quotaValueHasBeenSet =
false;
void SetQuotaName(const Aws::String &value)
const Aws::String & GetQuotaName() const
ExceedsLimitException & WithQuotaValue(int value)
int GetQuotaValue() const
AWS_ENTITYRESOLUTION_API ExceedsLimitException(Aws::Utils::Json::JsonView jsonValue)
ExceedsLimitException & WithQuotaName(const Aws::String &value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ENTITYRESOLUTION_API ExceedsLimitException & operator=(Aws::Utils::Json::JsonView jsonValue)
ExceedsLimitException & WithMessage(const char *value)
void SetQuotaName(const char *value)
void SetQuotaValue(int value)
void SetMessage(const char *value)
ExceedsLimitException & WithMessage(const Aws::String &value)
void SetMessage(const Aws::String &value)
ExceedsLimitException & WithQuotaName(const char *value)
void SetQuotaName(Aws::String &&value)
void SetMessage(Aws::String &&value)
bool QuotaNameHasBeenSet() const
bool QuotaValueHasBeenSet() const
const Aws::String & GetMessage() const
ExceedsLimitException & WithQuotaName(Aws::String &&value)
AWS_ENTITYRESOLUTION_API ExceedsLimitException()
bool MessageHasBeenSet() const
ExceedsLimitException & WithMessage(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue