7#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace VerifiedPermissions
47 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
61 inline void SetServiceCode(
const char* value) { m_serviceCodeHasBeenSet =
true; m_serviceCode.assign(value); }
76 inline void SetQuotaCode(
const char* value) { m_quotaCodeHasBeenSet =
true; m_quotaCode.assign(value); }
84 bool m_messageHasBeenSet =
false;
87 bool m_serviceCodeHasBeenSet =
false;
90 bool m_quotaCodeHasBeenSet =
false;
const Aws::String & GetQuotaCode() const
void SetMessage(Aws::String &&value)
void SetServiceCode(Aws::String &&value)
void SetQuotaCode(const char *value)
bool ServiceCodeHasBeenSet() const
void SetQuotaCode(Aws::String &&value)
ThrottlingException & WithServiceCode(const char *value)
AWS_VERIFIEDPERMISSIONS_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
ThrottlingException & WithQuotaCode(Aws::String &&value)
AWS_VERIFIEDPERMISSIONS_API ThrottlingException()
const Aws::String & GetServiceCode() const
ThrottlingException & WithQuotaCode(const char *value)
void SetMessage(const char *value)
ThrottlingException & WithMessage(const Aws::String &value)
ThrottlingException & WithQuotaCode(const Aws::String &value)
ThrottlingException & WithServiceCode(Aws::String &&value)
bool QuotaCodeHasBeenSet() const
void SetServiceCode(const Aws::String &value)
ThrottlingException & WithMessage(Aws::String &&value)
AWS_VERIFIEDPERMISSIONS_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetQuotaCode(const Aws::String &value)
void SetMessage(const Aws::String &value)
ThrottlingException & WithServiceCode(const Aws::String &value)
void SetServiceCode(const char *value)
ThrottlingException & WithMessage(const char *value)
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue