7#include <aws/lookoutvision/LookoutforVision_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lookoutvision/model/ResourceType.h>
22namespace LookoutforVision
47 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
61 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
81 bool m_messageHasBeenSet =
false;
84 bool m_resourceIdHasBeenSet =
false;
87 bool m_resourceTypeHasBeenSet =
false;
ResourceNotFoundException & WithMessage(Aws::String &&value)
void SetResourceType(const ResourceType &value)
ResourceNotFoundException & WithResourceType(const ResourceType &value)
ResourceNotFoundException & WithResourceId(const char *value)
AWS_LOOKOUTFORVISION_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
AWS_LOOKOUTFORVISION_API ResourceNotFoundException()
ResourceNotFoundException & WithResourceType(ResourceType &&value)
ResourceNotFoundException & WithMessage(const Aws::String &value)
bool ResourceIdHasBeenSet() const
AWS_LOOKOUTFORVISION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(const char *value)
void SetResourceType(ResourceType &&value)
void SetResourceId(Aws::String &&value)
ResourceNotFoundException & WithResourceId(Aws::String &&value)
void SetResourceId(const char *value)
void SetMessage(const Aws::String &value)
void SetResourceId(const Aws::String &value)
void SetMessage(Aws::String &&value)
AWS_LOOKOUTFORVISION_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
const ResourceType & GetResourceType() const
bool ResourceTypeHasBeenSet() const
bool MessageHasBeenSet() const
ResourceNotFoundException & WithMessage(const char *value)
const Aws::String & GetResourceId() const
ResourceNotFoundException & WithResourceId(const Aws::String &value)
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue