7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/Mgn_EXPORTS.h>
38 template <
typename MessageT = Aws::String>
40 m_messageHasBeenSet =
true;
41 m_message = std::forward<MessageT>(value);
43 template <
typename MessageT = Aws::String>
56 template <
typename ServiceCodeT = Aws::String>
58 m_serviceCodeHasBeenSet =
true;
59 m_serviceCode = std::forward<ServiceCodeT>(value);
61 template <
typename ServiceCodeT = Aws::String>
74 template <
typename QuotaCodeT = Aws::String>
76 m_quotaCodeHasBeenSet =
true;
77 m_quotaCode = std::forward<QuotaCodeT>(value);
79 template <
typename QuotaCodeT = Aws::String>
92 template <
typename RetryAfterSecondsT = Aws::String>
94 m_retryAfterSecondsHasBeenSet =
true;
95 m_retryAfterSeconds = std::forward<RetryAfterSecondsT>(value);
97 template <
typename RetryAfterSecondsT = Aws::String>
111 bool m_messageHasBeenSet =
false;
112 bool m_serviceCodeHasBeenSet =
false;
113 bool m_quotaCodeHasBeenSet =
false;
114 bool m_retryAfterSecondsHasBeenSet =
false;
void SetServiceCode(ServiceCodeT &&value)
void SetQuotaCode(QuotaCodeT &&value)
ThrottlingException & WithQuotaCode(QuotaCodeT &&value)
AWS_MGN_API ThrottlingException()=default
void SetMessage(MessageT &&value)
void SetRetryAfterSeconds(RetryAfterSecondsT &&value)
ThrottlingException & WithRetryAfterSeconds(RetryAfterSecondsT &&value)
bool MessageHasBeenSet() const
const Aws::String & GetQuotaCode() const
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
bool RetryAfterSecondsHasBeenSet() const
const Aws::String & GetServiceCode() const
ThrottlingException & WithMessage(MessageT &&value)
const Aws::String & GetRetryAfterSeconds() const
ThrottlingException & WithServiceCode(ServiceCodeT &&value)
AWS_MGN_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool QuotaCodeHasBeenSet() const
AWS_MGN_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
bool ServiceCodeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue