7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AmplifyBackend
49 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
63 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
71 bool m_messageHasBeenSet =
false;
74 bool m_resourceTypeHasBeenSet =
false;
AWS_AMPLIFYBACKEND_API NotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResourceType(const Aws::String &value)
NotFoundException & WithResourceType(const char *value)
bool ResourceTypeHasBeenSet() const
void SetMessage(const Aws::String &value)
NotFoundException & WithMessage(Aws::String &&value)
const Aws::String & GetResourceType() const
void SetMessage(Aws::String &&value)
AWS_AMPLIFYBACKEND_API NotFoundException(Aws::Utils::Json::JsonView jsonValue)
NotFoundException & WithResourceType(const Aws::String &value)
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
NotFoundException & WithMessage(const Aws::String &value)
void SetResourceType(const char *value)
AWS_AMPLIFYBACKEND_API NotFoundException()
void SetMessage(const char *value)
AWS_AMPLIFYBACKEND_API Aws::Utils::Json::JsonValue Jsonize() const
NotFoundException & WithResourceType(Aws::String &&value)
NotFoundException & WithMessage(const char *value)
void SetResourceType(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue