7#include <aws/mq/MQ_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetErrorAttribute(
const char* value) { m_errorAttributeHasBeenSet =
true; m_errorAttribute.assign(value); }
62 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
70 bool m_errorAttributeHasBeenSet =
false;
73 bool m_messageHasBeenSet =
false;
AWS_MQ_API NotFoundException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetErrorAttribute() const
void SetErrorAttribute(const char *value)
NotFoundException & WithMessage(const Aws::String &value)
bool MessageHasBeenSet() const
NotFoundException & WithErrorAttribute(Aws::String &&value)
void SetMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
AWS_MQ_API NotFoundException()
void SetMessage(const char *value)
NotFoundException & WithErrorAttribute(const char *value)
void SetErrorAttribute(Aws::String &&value)
NotFoundException & WithMessage(Aws::String &&value)
const Aws::String & GetMessage() const
AWS_MQ_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MQ_API NotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ErrorAttributeHasBeenSet() const
void SetErrorAttribute(const Aws::String &value)
NotFoundException & WithMessage(const char *value)
NotFoundException & WithErrorAttribute(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue