7#include <aws/ssm-incidents/SSMIncidents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm-incidents/model/ServiceCode.h>
48 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
62 inline void SetQuotaCode(
const char* value) { m_quotaCodeHasBeenSet =
true; m_quotaCode.assign(value); }
82 bool m_messageHasBeenSet =
false;
85 bool m_quotaCodeHasBeenSet =
false;
88 bool m_serviceCodeHasBeenSet =
false;
ThrottlingException & WithMessage(const char *value)
ThrottlingException & WithServiceCode(const ServiceCode &value)
bool MessageHasBeenSet() const
void SetServiceCode(const ServiceCode &value)
AWS_SSMINCIDENTS_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool QuotaCodeHasBeenSet() const
const ServiceCode & GetServiceCode() const
ThrottlingException & WithQuotaCode(const Aws::String &value)
ThrottlingException & WithQuotaCode(Aws::String &&value)
const Aws::String & GetQuotaCode() const
AWS_SSMINCIDENTS_API ThrottlingException()
ThrottlingException & WithMessage(Aws::String &&value)
ThrottlingException & WithServiceCode(ServiceCode &&value)
void SetQuotaCode(Aws::String &&value)
bool ServiceCodeHasBeenSet() const
void SetMessage(const Aws::String &value)
AWS_SSMINCIDENTS_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(Aws::String &&value)
void SetQuotaCode(const char *value)
ThrottlingException & WithQuotaCode(const char *value)
const Aws::String & GetMessage() const
ThrottlingException & WithMessage(const Aws::String &value)
void SetQuotaCode(const Aws::String &value)
void SetServiceCode(ServiceCode &&value)
void SetMessage(const char *value)
AWS_SSMINCIDENTS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue