7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace WellArchitected
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>
54 template<
typename QuotaCodeT = Aws::String>
55 void SetQuotaCode(QuotaCodeT&& value) { m_quotaCodeHasBeenSet =
true; m_quotaCode = std::forward<QuotaCodeT>(value); }
56 template<
typename QuotaCodeT = Aws::String>
64 template<
typename ServiceCodeT = Aws::String>
65 void SetServiceCode(ServiceCodeT&& value) { m_serviceCodeHasBeenSet =
true; m_serviceCode = std::forward<ServiceCodeT>(value); }
66 template<
typename ServiceCodeT = Aws::String>
72 bool m_messageHasBeenSet =
false;
75 bool m_quotaCodeHasBeenSet =
false;
78 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