7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace EntityResolution
46 template<
typename MessageT = Aws::String>
47 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
48 template<
typename MessageT = Aws::String>
58 template<
typename QuotaNameT = Aws::String>
59 void SetQuotaName(QuotaNameT&& value) { m_quotaNameHasBeenSet =
true; m_quotaName = std::forward<QuotaNameT>(value); }
60 template<
typename QuotaNameT = Aws::String>
70 inline void SetQuotaValue(
int value) { m_quotaValueHasBeenSet =
true; m_quotaValue = value; }
76 bool m_messageHasBeenSet =
false;
79 bool m_quotaNameHasBeenSet =
false;
82 bool m_quotaValueHasBeenSet =
false;
void SetQuotaName(QuotaNameT &&value)
const Aws::String & GetQuotaName() const
ExceedsLimitException & WithQuotaValue(int value)
int GetQuotaValue() const
AWS_ENTITYRESOLUTION_API ExceedsLimitException(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ENTITYRESOLUTION_API ExceedsLimitException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
void SetQuotaValue(int value)
bool QuotaNameHasBeenSet() const
ExceedsLimitException & WithQuotaName(QuotaNameT &&value)
bool QuotaValueHasBeenSet() const
ExceedsLimitException & WithMessage(MessageT &&value)
const Aws::String & GetMessage() const
AWS_ENTITYRESOLUTION_API ExceedsLimitException()=default
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue