7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
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>
76 template <
typename ServiceCodeT = Aws::String>
78 m_serviceCodeHasBeenSet =
true;
79 m_serviceCode = std::forward<ServiceCodeT>(value);
81 template <
typename ServiceCodeT = Aws::String>
96 m_retryAfterSecondsHasBeenSet =
true;
97 m_retryAfterSeconds = value;
111 int m_retryAfterSeconds{0};
112 bool m_messageHasBeenSet =
false;
113 bool m_quotaCodeHasBeenSet =
false;
114 bool m_serviceCodeHasBeenSet =
false;
115 bool m_retryAfterSecondsHasBeenSet =
false;
bool ServiceCodeHasBeenSet() const
void SetMessage(MessageT &&value)
AWS_DEVOPSGURU_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
bool QuotaCodeHasBeenSet() const
AWS_DEVOPSGURU_API ThrottlingException()=default
AWS_DEVOPSGURU_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
ThrottlingException & WithQuotaCode(QuotaCodeT &&value)
const Aws::String & GetQuotaCode() const
bool MessageHasBeenSet() const
void SetServiceCode(ServiceCodeT &&value)
int GetRetryAfterSeconds() const
ThrottlingException & WithRetryAfterSeconds(int value)
void SetRetryAfterSeconds(int value)
ThrottlingException & WithServiceCode(ServiceCodeT &&value)
ThrottlingException & WithMessage(MessageT &&value)
const Aws::String & GetServiceCode() const
const Aws::String & GetMessage() const
bool RetryAfterSecondsHasBeenSet() const
void SetQuotaCode(QuotaCodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue