7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
9#include <aws/partnercentral-account/model/ServiceQuotaExceededExceptionReason.h>
20namespace PartnerCentralAccount {
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_reasonHasBeenSet =
true;
72 bool m_messageHasBeenSet =
false;
73 bool m_reasonHasBeenSet =
false;
void SetReason(ServiceQuotaExceededExceptionReason value)
ServiceQuotaExceededException & WithReason(ServiceQuotaExceededExceptionReason value)
AWS_PARTNERCENTRALACCOUNT_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededExceptionReason GetReason() const
ServiceQuotaExceededException & WithMessage(MessageT &&value)
bool ReasonHasBeenSet() const
const Aws::String & GetMessage() const
bool MessageHasBeenSet() const
AWS_PARTNERCENTRALACCOUNT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PARTNERCENTRALACCOUNT_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
AWS_PARTNERCENTRALACCOUNT_API ServiceQuotaExceededException()=default
ServiceQuotaExceededExceptionReason
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue