7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/oam/OAM_EXPORTS.h>
39 template <
typename MessageT = Aws::String>
41 m_messageHasBeenSet =
true;
42 m_message = std::forward<MessageT>(value);
44 template <
typename MessageT = Aws::String>
57 template <
typename AmznErrorTypeT = Aws::String>
59 m_amznErrorTypeHasBeenSet =
true;
60 m_amznErrorType = std::forward<AmznErrorTypeT>(value);
62 template <
typename AmznErrorTypeT = Aws::String>
72 bool m_messageHasBeenSet =
false;
73 bool m_amznErrorTypeHasBeenSet =
false;
AWS_OAM_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
AWS_OAM_API Aws::Utils::Json::JsonValue Jsonize() const
ResourceNotFoundException & WithAmznErrorType(AmznErrorTypeT &&value)
const Aws::String & GetMessage() const
AWS_OAM_API ResourceNotFoundException()=default
ResourceNotFoundException & WithMessage(MessageT &&value)
AWS_OAM_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AmznErrorTypeHasBeenSet() const
void SetAmznErrorType(AmznErrorTypeT &&value)
bool MessageHasBeenSet() const
const Aws::String & GetAmznErrorType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue