7#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace VerifiedPermissions
45 template<
typename MessageT = Aws::String>
46 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
47 template<
typename MessageT = Aws::String>
57 template<
typename ServiceCodeT = Aws::String>
58 void SetServiceCode(ServiceCodeT&& value) { m_serviceCodeHasBeenSet =
true; m_serviceCode = std::forward<ServiceCodeT>(value); }
59 template<
typename ServiceCodeT = Aws::String>
70 template<
typename QuotaCodeT = Aws::String>
71 void SetQuotaCode(QuotaCodeT&& value) { m_quotaCodeHasBeenSet =
true; m_quotaCode = std::forward<QuotaCodeT>(value); }
72 template<
typename QuotaCodeT = Aws::String>
78 bool m_messageHasBeenSet =
false;
81 bool m_serviceCodeHasBeenSet =
false;
84 bool m_quotaCodeHasBeenSet =
false;
const Aws::String & GetQuotaCode() const
void SetQuotaCode(QuotaCodeT &&value)
bool ServiceCodeHasBeenSet() const
void SetServiceCode(ServiceCodeT &&value)
AWS_VERIFIEDPERMISSIONS_API Aws::Utils::Json::JsonValue Jsonize() const
ThrottlingException & WithQuotaCode(QuotaCodeT &&value)
bool MessageHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
ThrottlingException & WithMessage(MessageT &&value)
const Aws::String & GetServiceCode() const
ThrottlingException & WithServiceCode(ServiceCodeT &&value)
AWS_VERIFIEDPERMISSIONS_API ThrottlingException()=default
bool QuotaCodeHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue