7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace WellArchitected
46 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
58 inline void SetQuotaCode(
const char* value) { m_quotaCodeHasBeenSet =
true; m_quotaCode.assign(value); }
70 inline void SetServiceCode(
const char* value) { m_serviceCodeHasBeenSet =
true; m_serviceCode.assign(value); }
78 bool m_messageHasBeenSet =
false;
81 bool m_quotaCodeHasBeenSet =
false;
84 bool m_serviceCodeHasBeenSet =
false;
void SetServiceCode(Aws::String &&value)
void SetQuotaCode(const Aws::String &value)
const Aws::String & GetQuotaCode() const
const Aws::String & GetMessage() const
ThrottlingException & WithQuotaCode(const Aws::String &value)
ThrottlingException & WithMessage(Aws::String &&value)
ThrottlingException & WithMessage(const char *value)
AWS_WELLARCHITECTED_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(Aws::String &&value)
void SetQuotaCode(Aws::String &&value)
bool ServiceCodeHasBeenSet() const
void SetServiceCode(const char *value)
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WELLARCHITECTED_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
ThrottlingException & WithQuotaCode(Aws::String &&value)
AWS_WELLARCHITECTED_API ThrottlingException()
ThrottlingException & WithServiceCode(const char *value)
bool MessageHasBeenSet() const
void SetQuotaCode(const char *value)
void SetServiceCode(const Aws::String &value)
ThrottlingException & WithQuotaCode(const char *value)
ThrottlingException & WithMessage(const Aws::String &value)
const Aws::String & GetServiceCode() const
void SetMessage(const Aws::String &value)
ThrottlingException & WithServiceCode(const Aws::String &value)
bool QuotaCodeHasBeenSet() const
ThrottlingException & WithServiceCode(Aws::String &&value)
void SetMessage(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue