7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securitylake/SecurityLake_EXPORTS.h>
19namespace SecurityLake {
39 template <
typename MessageT = Aws::String>
41 m_messageHasBeenSet =
true;
42 m_message = std::forward<MessageT>(value);
44 template <
typename MessageT = Aws::String>
58 template <
typename QuotaCodeT = Aws::String>
60 m_quotaCodeHasBeenSet =
true;
61 m_quotaCode = std::forward<QuotaCodeT>(value);
63 template <
typename QuotaCodeT = Aws::String>
77 m_retryAfterSecondsHasBeenSet =
true;
78 m_retryAfterSeconds = value;
92 template <
typename ServiceCodeT = Aws::String>
94 m_serviceCodeHasBeenSet =
true;
95 m_serviceCode = std::forward<ServiceCodeT>(value);
97 template <
typename ServiceCodeT = Aws::String>
108 int m_retryAfterSeconds{0};
111 bool m_messageHasBeenSet =
false;
112 bool m_quotaCodeHasBeenSet =
false;
113 bool m_retryAfterSecondsHasBeenSet =
false;
114 bool m_serviceCodeHasBeenSet =
false;
int GetRetryAfterSeconds() const
ThrottlingException & WithRetryAfterSeconds(int value)
void SetServiceCode(ServiceCodeT &&value)
const Aws::String & GetQuotaCode() const
ThrottlingException & WithQuotaCode(QuotaCodeT &&value)
ThrottlingException & WithMessage(MessageT &&value)
void SetRetryAfterSeconds(int value)
ThrottlingException & WithServiceCode(ServiceCodeT &&value)
AWS_SECURITYLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
bool QuotaCodeHasBeenSet() const
AWS_SECURITYLAKE_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYLAKE_API ThrottlingException()=default
bool ServiceCodeHasBeenSet() const
const Aws::String & GetMessage() const
void SetQuotaCode(QuotaCodeT &&value)
const Aws::String & GetServiceCode() const
bool RetryAfterSecondsHasBeenSet() const
AWS_SECURITYLAKE_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
void SetMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue