7#include <aws/oam/OAM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
61 inline void SetAmznErrorType(
const char* value) { m_amznErrorTypeHasBeenSet =
true; m_amznErrorType.assign(value); }
69 bool m_messageHasBeenSet =
false;
72 bool m_amznErrorTypeHasBeenSet =
false;
void SetAmznErrorType(const Aws::String &value)
AWS_OAM_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAmznErrorType() const
bool AmznErrorTypeHasBeenSet() const
void SetMessage(const Aws::String &value)
void SetMessage(const char *value)
void SetMessage(Aws::String &&value)
ServiceQuotaExceededException & WithAmznErrorType(const Aws::String &value)
AWS_OAM_API ServiceQuotaExceededException()
const Aws::String & GetMessage() const
void SetAmznErrorType(Aws::String &&value)
ServiceQuotaExceededException & WithMessage(Aws::String &&value)
ServiceQuotaExceededException & WithMessage(const Aws::String &value)
ServiceQuotaExceededException & WithMessage(const char *value)
ServiceQuotaExceededException & WithAmznErrorType(Aws::String &&value)
void SetAmznErrorType(const char *value)
AWS_OAM_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededException & WithAmznErrorType(const char *value)
AWS_OAM_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue