7#include <aws/securitylake/SecurityLake_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename MessageT = Aws::String>
46 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
47 template<
typename MessageT = Aws::String>
58 template<
typename QuotaCodeT = Aws::String>
59 void SetQuotaCode(QuotaCodeT&& value) { m_quotaCodeHasBeenSet =
true; m_quotaCode = std::forward<QuotaCodeT>(value); }
60 template<
typename QuotaCodeT = Aws::String>
70 inline void SetRetryAfterSeconds(
int value) { m_retryAfterSecondsHasBeenSet =
true; m_retryAfterSeconds = value; }
80 template<
typename ServiceCodeT = Aws::String>
81 void SetServiceCode(ServiceCodeT&& value) { m_serviceCodeHasBeenSet =
true; m_serviceCode = std::forward<ServiceCodeT>(value); }
82 template<
typename ServiceCodeT = Aws::String>
88 bool m_messageHasBeenSet =
false;
91 bool m_quotaCodeHasBeenSet =
false;
93 int m_retryAfterSeconds{0};
94 bool m_retryAfterSecondsHasBeenSet =
false;
97 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