7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AmplifyBackend
47 template<
typename MessageT = Aws::String>
48 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
49 template<
typename MessageT = Aws::String>
59 template<
typename ResourceTypeT = Aws::String>
60 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
61 template<
typename ResourceTypeT = Aws::String>
67 bool m_messageHasBeenSet =
false;
70 bool m_resourceTypeHasBeenSet =
false;
AWS_AMPLIFYBACKEND_API NotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ResourceTypeHasBeenSet() const
void SetResourceType(ResourceTypeT &&value)
const Aws::String & GetResourceType() const
NotFoundException & WithResourceType(ResourceTypeT &&value)
void SetMessage(MessageT &&value)
AWS_AMPLIFYBACKEND_API NotFoundException(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFYBACKEND_API NotFoundException()=default
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
AWS_AMPLIFYBACKEND_API Aws::Utils::Json::JsonValue Jsonize() const
NotFoundException & WithMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue