7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
40 template <
typename MessageT = Aws::String>
42 m_messageHasBeenSet =
true;
43 m_message = std::forward<MessageT>(value);
45 template <
typename MessageT = Aws::String>
58 template <
typename ServiceCodeT = Aws::String>
60 m_serviceCodeHasBeenSet =
true;
61 m_serviceCode = std::forward<ServiceCodeT>(value);
63 template <
typename ServiceCodeT = Aws::String>
76 template <
typename QuotaCodeT = Aws::String>
78 m_quotaCodeHasBeenSet =
true;
79 m_quotaCode = std::forward<QuotaCodeT>(value);
81 template <
typename QuotaCodeT = Aws::String>
93 bool m_messageHasBeenSet =
false;
94 bool m_serviceCodeHasBeenSet =
false;
95 bool m_quotaCodeHasBeenSet =
false;
AWS_SECURITYAGENT_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
void SetQuotaCode(QuotaCodeT &&value)
AWS_SECURITYAGENT_API ThrottlingException()=default
ThrottlingException & WithServiceCode(ServiceCodeT &&value)
const Aws::String & GetServiceCode() const
AWS_SECURITYAGENT_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetServiceCode(ServiceCodeT &&value)
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
bool ServiceCodeHasBeenSet() const
bool QuotaCodeHasBeenSet() const
ThrottlingException & WithQuotaCode(QuotaCodeT &&value)
const Aws::String & GetQuotaCode() const
ThrottlingException & WithMessage(MessageT &&value)
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue