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;
ForbiddenException & WithErrorAttribute(Aws::String &&value)
ForbiddenException & WithMessage(const char *value)
AWS_MQ_API ForbiddenException & operator=(Aws::Utils::Json::JsonView jsonValue)
ForbiddenException & WithMessage(Aws::String &&value)
AWS_MQ_API ForbiddenException(Aws::Utils::Json::JsonView jsonValue)
void SetErrorAttribute(const char *value)
void SetMessage(const Aws::String &value)
void SetErrorAttribute(Aws::String &&value)
void SetMessage(Aws::String &&value)
const Aws::String & GetMessage() const
ForbiddenException & WithErrorAttribute(const Aws::String &value)
void SetMessage(const char *value)
ForbiddenException & WithMessage(const Aws::String &value)
void SetErrorAttribute(const Aws::String &value)
bool MessageHasBeenSet() const
AWS_MQ_API ForbiddenException()
const Aws::String & GetErrorAttribute() const
AWS_MQ_API Aws::Utils::Json::JsonValue Jsonize() const
ForbiddenException & WithErrorAttribute(const char *value)
bool ErrorAttributeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue