7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
19namespace WellArchitected {
38 template <
typename MessageT = Aws::String>
40 m_messageHasBeenSet =
true;
41 m_message = std::forward<MessageT>(value);
43 template <
typename MessageT = Aws::String>
54 template <
typename QuotaCodeT = Aws::String>
56 m_quotaCodeHasBeenSet =
true;
57 m_quotaCode = std::forward<QuotaCodeT>(value);
59 template <
typename QuotaCodeT = Aws::String>
70 template <
typename ServiceCodeT = Aws::String>
72 m_serviceCodeHasBeenSet =
true;
73 m_serviceCode = std::forward<ServiceCodeT>(value);
75 template <
typename ServiceCodeT = Aws::String>
87 bool m_messageHasBeenSet =
false;
88 bool m_quotaCodeHasBeenSet =
false;
89 bool m_serviceCodeHasBeenSet =
false;
ThrottlingException & WithServiceCode(ServiceCodeT &&value)
ThrottlingException & WithMessage(MessageT &&value)
const Aws::String & GetQuotaCode() const
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
AWS_WELLARCHITECTED_API ThrottlingException()=default
AWS_WELLARCHITECTED_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
bool ServiceCodeHasBeenSet() const
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WELLARCHITECTED_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
void SetServiceCode(ServiceCodeT &&value)
const Aws::String & GetServiceCode() const
void SetQuotaCode(QuotaCodeT &&value)
ThrottlingException & WithQuotaCode(QuotaCodeT &&value)
bool QuotaCodeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue