7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-channel/PartnerCentralChannel_EXPORTS.h>
19namespace PartnerCentralChannel {
41 template <
typename MessageT = Aws::String>
43 m_messageHasBeenSet =
true;
44 m_message = std::forward<MessageT>(value);
46 template <
typename MessageT = Aws::String>
59 template <
typename ServiceCodeT = Aws::String>
61 m_serviceCodeHasBeenSet =
true;
62 m_serviceCode = std::forward<ServiceCodeT>(value);
64 template <
typename ServiceCodeT = Aws::String>
77 template <
typename QuotaCodeT = Aws::String>
79 m_quotaCodeHasBeenSet =
true;
80 m_quotaCode = std::forward<QuotaCodeT>(value);
82 template <
typename QuotaCodeT = Aws::String>
94 bool m_messageHasBeenSet =
false;
95 bool m_serviceCodeHasBeenSet =
false;
96 bool m_quotaCodeHasBeenSet =
false;
bool MessageHasBeenSet() const
void SetMessage(MessageT &&value)
const Aws::String & GetMessage() const
bool ServiceCodeHasBeenSet() const
AWS_PARTNERCENTRALCHANNEL_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALCHANNEL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetServiceCode() const
void SetQuotaCode(QuotaCodeT &&value)
AWS_PARTNERCENTRALCHANNEL_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetQuotaCode() const
bool QuotaCodeHasBeenSet() const
ThrottlingException & WithMessage(MessageT &&value)
void SetServiceCode(ServiceCodeT &&value)
ThrottlingException & WithServiceCode(ServiceCodeT &&value)
ThrottlingException & WithQuotaCode(QuotaCodeT &&value)
AWS_PARTNERCENTRALCHANNEL_API ThrottlingException()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue