7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/entityresolution/EntityResolution_EXPORTS.h>
19namespace EntityResolution {
40 template <
typename MessageT = Aws::String>
42 m_messageHasBeenSet =
true;
43 m_message = std::forward<MessageT>(value);
45 template <
typename MessageT = Aws::String>
58 template <
typename QuotaNameT = Aws::String>
60 m_quotaNameHasBeenSet =
true;
61 m_quotaName = std::forward<QuotaNameT>(value);
63 template <
typename QuotaNameT = Aws::String>
77 m_quotaValueHasBeenSet =
true;
91 bool m_messageHasBeenSet =
false;
92 bool m_quotaNameHasBeenSet =
false;
93 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