7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename MessageT = Aws::String>
49 void SetMessage(
MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
50 template<
typename MessageT = Aws::String>
60 template<
typename ResourceIdT = Aws::String>
62 template<
typename ResourceIdT = Aws::String>
72 template<
typename ResourceTypeT = Aws::String>
74 template<
typename ResourceTypeT = Aws::String>
80 bool m_messageHasBeenSet =
false;
83 bool m_resourceIdHasBeenSet =
false;
86 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