7#include <aws/codeguru-security/CodeGuruSecurity_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CodeGuruSecurity
49 inline void SetErrorCode(
const char* value) { m_errorCodeHasBeenSet =
true; m_errorCode.assign(value); }
63 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
77 inline void SetQuotaCode(
const char* value) { m_quotaCodeHasBeenSet =
true; m_quotaCode.assign(value); }
91 inline void SetServiceCode(
const char* value) { m_serviceCodeHasBeenSet =
true; m_serviceCode.assign(value); }
99 bool m_errorCodeHasBeenSet =
false;
102 bool m_messageHasBeenSet =
false;
105 bool m_quotaCodeHasBeenSet =
false;
108 bool m_serviceCodeHasBeenSet =
false;
void SetErrorCode(const char *value)
void SetMessage(Aws::String &&value)
const Aws::String & GetErrorCode() const
AWS_CODEGURUSECURITY_API Aws::Utils::Json::JsonValue Jsonize() const
ThrottlingException & WithMessage(Aws::String &&value)
ThrottlingException & WithServiceCode(const Aws::String &value)
ThrottlingException & WithErrorCode(const Aws::String &value)
ThrottlingException & WithQuotaCode(const char *value)
void SetErrorCode(const Aws::String &value)
void SetMessage(const char *value)
void SetServiceCode(const Aws::String &value)
ThrottlingException & WithErrorCode(Aws::String &&value)
ThrottlingException & WithMessage(const Aws::String &value)
bool QuotaCodeHasBeenSet() const
const Aws::String & GetQuotaCode() const
bool ServiceCodeHasBeenSet() const
ThrottlingException & WithQuotaCode(Aws::String &&value)
ThrottlingException & WithMessage(const char *value)
const Aws::String & GetServiceCode() const
void SetQuotaCode(const Aws::String &value)
ThrottlingException & WithErrorCode(const char *value)
void SetQuotaCode(const char *value)
ThrottlingException & WithQuotaCode(const Aws::String &value)
bool MessageHasBeenSet() const
bool ErrorCodeHasBeenSet() const
ThrottlingException & WithServiceCode(Aws::String &&value)
void SetErrorCode(Aws::String &&value)
void SetQuotaCode(Aws::String &&value)
AWS_CODEGURUSECURITY_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const Aws::String &value)
AWS_CODEGURUSECURITY_API ThrottlingException()
ThrottlingException & WithServiceCode(const char *value)
const Aws::String & GetMessage() const
void SetServiceCode(Aws::String &&value)
void SetServiceCode(const char *value)
AWS_CODEGURUSECURITY_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue