7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/nova-act/NovaAct_EXPORTS.h>
41 template <
typename MessageT = Aws::String>
43 m_messageHasBeenSet =
true;
44 m_message = std::forward<MessageT>(value);
46 template <
typename MessageT = Aws::String>
59 template <
typename ServiceCodeT = Aws::String>
61 m_serviceCodeHasBeenSet =
true;
62 m_serviceCode = std::forward<ServiceCodeT>(value);
64 template <
typename ServiceCodeT = Aws::String>
77 template <
typename QuotaCodeT = Aws::String>
79 m_quotaCodeHasBeenSet =
true;
80 m_quotaCode = std::forward<QuotaCodeT>(value);
82 template <
typename QuotaCodeT = Aws::String>
96 m_retryAfterSecondsHasBeenSet =
true;
97 m_retryAfterSeconds = value;
111 int m_retryAfterSeconds{0};
112 bool m_messageHasBeenSet =
false;
113 bool m_serviceCodeHasBeenSet =
false;
114 bool m_quotaCodeHasBeenSet =
false;
115 bool m_retryAfterSecondsHasBeenSet =
false;
ThrottlingException & WithQuotaCode(QuotaCodeT &&value)
bool RetryAfterSecondsHasBeenSet() const
ThrottlingException & WithRetryAfterSeconds(int value)
const Aws::String & GetServiceCode() const
ThrottlingException & WithMessage(MessageT &&value)
bool ServiceCodeHasBeenSet() const
bool MessageHasBeenSet() const
void SetMessage(MessageT &&value)
void SetServiceCode(ServiceCodeT &&value)
int GetRetryAfterSeconds() const
AWS_NOVAACT_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
AWS_NOVAACT_API ThrottlingException()=default
const Aws::String & GetQuotaCode() const
ThrottlingException & WithServiceCode(ServiceCodeT &&value)
AWS_NOVAACT_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool QuotaCodeHasBeenSet() const
AWS_NOVAACT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetQuotaCode(QuotaCodeT &&value)
const Aws::String & GetMessage() const
void SetRetryAfterSeconds(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue