7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
61 inline void SetQuotaName(
const char* value) { m_quotaNameHasBeenSet =
true; m_quotaName.assign(value); }
73 inline void SetQuotaValue(
double value) { m_quotaValueHasBeenSet =
true; m_quotaValue = value; }
79 bool m_messageHasBeenSet =
false;
82 bool m_quotaNameHasBeenSet =
false;
85 bool m_quotaValueHasBeenSet =
false;
ServiceQuotaExceededException & WithMessage(const char *value)
void SetQuotaName(const Aws::String &value)
AWS_CLEANROOMS_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool QuotaNameHasBeenSet() const
ServiceQuotaExceededException & WithQuotaName(const char *value)
void SetQuotaName(const char *value)
ServiceQuotaExceededException & WithQuotaName(Aws::String &&value)
AWS_CLEANROOMS_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(Aws::String &&value)
ServiceQuotaExceededException & WithQuotaValue(double value)
const Aws::String & GetQuotaName() const
double GetQuotaValue() const
ServiceQuotaExceededException & WithMessage(const Aws::String &value)
void SetMessage(const char *value)
void SetMessage(const Aws::String &value)
AWS_CLEANROOMS_API ServiceQuotaExceededException()
ServiceQuotaExceededException & WithQuotaName(const Aws::String &value)
bool QuotaValueHasBeenSet() const
ServiceQuotaExceededException & WithMessage(Aws::String &&value)
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
void SetQuotaName(Aws::String &&value)
void SetQuotaValue(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue