7#include <aws/ssm-incidents/SSMIncidents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm-incidents/model/ServiceCode.h>
46 template<
typename MessageT = Aws::String>
47 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
48 template<
typename MessageT = Aws::String>
58 template<
typename QuotaCodeT = Aws::String>
59 void SetQuotaCode(QuotaCodeT&& value) { m_quotaCodeHasBeenSet =
true; m_quotaCode = std::forward<QuotaCodeT>(value); }
60 template<
typename QuotaCodeT = Aws::String>
76 bool m_messageHasBeenSet =
false;
79 bool m_quotaCodeHasBeenSet =
false;
82 bool m_serviceCodeHasBeenSet =
false;
ThrottlingException & WithMessage(MessageT &&value)
ThrottlingException & WithServiceCode(ServiceCode value)
bool MessageHasBeenSet() const
AWS_SSMINCIDENTS_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool QuotaCodeHasBeenSet() const
const Aws::String & GetQuotaCode() const
AWS_SSMINCIDENTS_API ThrottlingException()=default
bool ServiceCodeHasBeenSet() const
AWS_SSMINCIDENTS_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
ServiceCode GetServiceCode() const
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
void SetServiceCode(ServiceCode value)
AWS_SSMINCIDENTS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetQuotaCode(QuotaCodeT &&value)
ThrottlingException & WithQuotaCode(QuotaCodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue