7#include <aws/mq/MQ_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ErrorAttributeT = Aws::String>
47 void SetErrorAttribute(ErrorAttributeT&& value) { m_errorAttributeHasBeenSet =
true; m_errorAttribute = std::forward<ErrorAttributeT>(value); }
48 template<
typename ErrorAttributeT = Aws::String>
58 template<
typename MessageT = Aws::String>
59 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
60 template<
typename MessageT = Aws::String>
66 bool m_errorAttributeHasBeenSet =
false;
69 bool m_messageHasBeenSet =
false;
AWS_MQ_API NotFoundException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetErrorAttribute() const
bool MessageHasBeenSet() const
AWS_MQ_API NotFoundException()=default
const Aws::String & GetMessage() const
AWS_MQ_API Aws::Utils::Json::JsonValue Jsonize() const
NotFoundException & WithMessage(MessageT &&value)
void SetErrorAttribute(ErrorAttributeT &&value)
AWS_MQ_API NotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ErrorAttributeHasBeenSet() const
NotFoundException & WithErrorAttribute(ErrorAttributeT &&value)
void SetMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue