7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/drs/Drs_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>
57 template <
typename QuotaCodeT = Aws::String>
59 m_quotaCodeHasBeenSet =
true;
60 m_quotaCode = std::forward<QuotaCodeT>(value);
62 template <
typename QuotaCodeT = Aws::String>
75 template <
typename RetryAfterSecondsT = Aws::String>
77 m_retryAfterSecondsHasBeenSet =
true;
78 m_retryAfterSeconds = std::forward<RetryAfterSecondsT>(value);
80 template <
typename RetryAfterSecondsT = Aws::String>
93 template <
typename ServiceCodeT = Aws::String>
95 m_serviceCodeHasBeenSet =
true;
96 m_serviceCode = std::forward<ServiceCodeT>(value);
98 template <
typename ServiceCodeT = Aws::String>
112 bool m_messageHasBeenSet =
false;
113 bool m_quotaCodeHasBeenSet =
false;
114 bool m_retryAfterSecondsHasBeenSet =
false;
115 bool m_serviceCodeHasBeenSet =
false;
ThrottlingException & WithRetryAfterSeconds(RetryAfterSecondsT &&value)
void SetServiceCode(ServiceCodeT &&value)
ThrottlingException & WithQuotaCode(QuotaCodeT &&value)
const Aws::String & GetRetryAfterSeconds() const
bool MessageHasBeenSet() const
const Aws::String & GetServiceCode() const
AWS_DRS_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RetryAfterSecondsHasBeenSet() const
const Aws::String & GetQuotaCode() const
void SetRetryAfterSeconds(RetryAfterSecondsT &&value)
AWS_DRS_API Aws::Utils::Json::JsonValue Jsonize() const
ThrottlingException & WithServiceCode(ServiceCodeT &&value)
ThrottlingException & WithMessage(MessageT &&value)
void SetQuotaCode(QuotaCodeT &&value)
bool ServiceCodeHasBeenSet() const
void SetMessage(MessageT &&value)
const Aws::String & GetMessage() const
bool QuotaCodeHasBeenSet() const
AWS_DRS_API ThrottlingException()=default
AWS_DRS_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue