7#include <aws/securitylake/SecurityLake_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); }
62 inline void SetQuotaCode(
const char* value) { m_quotaCodeHasBeenSet =
true; m_quotaCode.assign(value); }
74 inline void SetRetryAfterSeconds(
int value) { m_retryAfterSecondsHasBeenSet =
true; m_retryAfterSeconds = value; }
86 inline void SetServiceCode(
const char* value) { m_serviceCodeHasBeenSet =
true; m_serviceCode.assign(value); }
94 bool m_messageHasBeenSet =
false;
97 bool m_quotaCodeHasBeenSet =
false;
99 int m_retryAfterSeconds;
100 bool m_retryAfterSecondsHasBeenSet =
false;
103 bool m_serviceCodeHasBeenSet =
false;
void SetMessage(const char *value)
int GetRetryAfterSeconds() const
void SetQuotaCode(Aws::String &&value)
ThrottlingException & WithRetryAfterSeconds(int value)
ThrottlingException & WithMessage(const char *value)
ThrottlingException & WithServiceCode(Aws::String &&value)
void SetQuotaCode(const Aws::String &value)
const Aws::String & GetQuotaCode() const
void SetRetryAfterSeconds(int value)
AWS_SECURITYLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
ThrottlingException & WithQuotaCode(const char *value)
void SetServiceCode(Aws::String &&value)
bool QuotaCodeHasBeenSet() const
ThrottlingException & WithServiceCode(const char *value)
AWS_SECURITYLAKE_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ServiceCodeHasBeenSet() const
void SetServiceCode(const Aws::String &value)
void SetServiceCode(const char *value)
const Aws::String & GetMessage() const
ThrottlingException & WithQuotaCode(const Aws::String &value)
void SetMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
const Aws::String & GetServiceCode() const
bool RetryAfterSecondsHasBeenSet() const
ThrottlingException & WithQuotaCode(Aws::String &&value)
AWS_SECURITYLAKE_API ThrottlingException()
AWS_SECURITYLAKE_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
ThrottlingException & WithMessage(const Aws::String &value)
bool MessageHasBeenSet() const
ThrottlingException & WithMessage(Aws::String &&value)
ThrottlingException & WithServiceCode(const Aws::String &value)
void SetQuotaCode(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue