7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/polly/Polly_EXPORTS.h>
9#include <aws/polly/model/QuotaCode.h>
10#include <aws/polly/model/ServiceCode.h>
41 template <
typename MessageT = Aws::String>
43 m_messageHasBeenSet =
true;
44 m_message = std::forward<MessageT>(value);
46 template <
typename MessageT = Aws::String>
60 m_quotaCodeHasBeenSet =
true;
76 m_serviceCodeHasBeenSet =
true;
77 m_serviceCode = value;
90 bool m_messageHasBeenSet =
false;
91 bool m_quotaCodeHasBeenSet =
false;
92 bool m_serviceCodeHasBeenSet =
false;
void SetQuotaCode(QuotaCode value)
AWS_POLLY_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededException & WithMessage(MessageT &&value)
QuotaCode GetQuotaCode() const
AWS_POLLY_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededException & WithServiceCode(ServiceCode value)
ServiceQuotaExceededException & WithQuotaCode(QuotaCode value)
bool ServiceCodeHasBeenSet() const
AWS_POLLY_API ServiceQuotaExceededException()=default
AWS_POLLY_API Aws::Utils::Json::JsonValue Jsonize() const
bool QuotaCodeHasBeenSet() const
ServiceCode GetServiceCode() const
bool MessageHasBeenSet() const
void SetMessage(MessageT &&value)
const Aws::String & GetMessage() const
void SetServiceCode(ServiceCode value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue