7#include <aws/qapps/QApps_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 ResourceIdT = Aws::String>
58 template<
typename ResourceIdT = Aws::String>
68 template<
typename ResourceTypeT = Aws::String>
70 template<
typename ResourceTypeT = Aws::String>
76 bool m_messageHasBeenSet =
false;
79 bool m_resourceIdHasBeenSet =
false;
82 bool m_resourceTypeHasBeenSet =
false;
const Aws::String & GetResourceId() const
bool ResourceTypeHasBeenSet() const
ResourceNotFoundException & WithMessage(MessageT &&value)
AWS_QAPPS_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
AWS_QAPPS_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResourceId(ResourceIdT &&value)
const Aws::String & GetMessage() const
ResourceNotFoundException & WithResourceId(ResourceIdT &&value)
AWS_QAPPS_API ResourceNotFoundException()=default
const Aws::String & GetResourceType() const
bool ResourceIdHasBeenSet() const
ResourceNotFoundException & WithResourceType(ResourceTypeT &&value)
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResourceType(ResourceTypeT &&value)
bool MessageHasBeenSet() 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