7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename MessageT = Aws::String>
45 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
46 template<
typename MessageT = Aws::String>
56 template<
typename QuotaCodeT = Aws::String>
57 void SetQuotaCode(QuotaCodeT&& value) { m_quotaCodeHasBeenSet =
true; m_quotaCode = std::forward<QuotaCodeT>(value); }
58 template<
typename QuotaCodeT = Aws::String>
68 template<
typename RetryAfterSecondsT = Aws::String>
69 void SetRetryAfterSeconds(RetryAfterSecondsT&& value) { m_retryAfterSecondsHasBeenSet =
true; m_retryAfterSeconds = std::forward<RetryAfterSecondsT>(value); }
70 template<
typename RetryAfterSecondsT = Aws::String>
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;
94 bool m_retryAfterSecondsHasBeenSet =
false;
97 bool m_serviceCodeHasBeenSet =
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