7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
42 template <
typename MessageT = Aws::String>
44 m_messageHasBeenSet =
true;
45 m_message = std::forward<MessageT>(value);
47 template <
typename MessageT = Aws::String>
60 template <
typename ResourceIdT = Aws::String>
62 m_resourceIdHasBeenSet =
true;
63 m_resourceId = std::forward<ResourceIdT>(value);
65 template <
typename ResourceIdT = Aws::String>
78 template <
typename ResourceTypeT = Aws::String>
80 m_resourceTypeHasBeenSet =
true;
81 m_resourceType = std::forward<ResourceTypeT>(value);
83 template <
typename ResourceTypeT = Aws::String>
95 bool m_messageHasBeenSet =
false;
96 bool m_resourceIdHasBeenSet =
false;
97 bool m_resourceTypeHasBeenSet =
false;
const Aws::String & GetResourceId() const
bool ResourceIdHasBeenSet() const
AWS_QBUSINESS_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithResourceId(ResourceIdT &&value)
bool MessageHasBeenSet() const
AWS_QBUSINESS_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithMessage(MessageT &&value)
void SetResourceId(ResourceIdT &&value)
ResourceNotFoundException & WithResourceType(ResourceTypeT &&value)
const Aws::String & GetResourceType() const
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QBUSINESS_API ResourceNotFoundException()=default
const Aws::String & GetMessage() const
void SetResourceType(ResourceTypeT &&value)
bool ResourceTypeHasBeenSet() const
void SetMessage(MessageT &&value)
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