7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename MessageT = Aws::String>
45 void SetMessage(
MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
46 template<
typename MessageT = Aws::String>
56 template<
typename ResourceNameT = Aws::String>
58 template<
typename ResourceNameT = Aws::String>
64 bool m_messageHasBeenSet =
false;
67 bool m_resourceNameHasBeenSet =
false;
ResourceNotFoundException & WithMessage(MessageT &&value)
bool MessageHasBeenSet() const
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(MessageT &&value)
AWS_QCONNECT_API ResourceNotFoundException()=default
bool ResourceNameHasBeenSet() const
AWS_QCONNECT_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
ResourceNotFoundException & WithResourceName(ResourceNameT &&value)
AWS_QCONNECT_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
void SetResourceName(ResourceNameT &&value)
const Aws::String & GetResourceName() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue