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
48 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
62 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
82 bool m_messageHasBeenSet =
false;
85 bool m_resourceIdHasBeenSet =
false;
88 bool m_resourceTypeHasBeenSet =
false;
AWS_LOOKOUTFORVISION_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
const ResourceType & GetResourceType() const
bool ResourceIdHasBeenSet() const
void SetResourceType(const ResourceType &value)
AWS_LOOKOUTFORVISION_API ConflictException()
void SetResourceType(ResourceType &&value)
ConflictException & WithResourceId(Aws::String &&value)
ConflictException & WithMessage(const char *value)
bool ResourceTypeHasBeenSet() const
void SetMessage(const Aws::String &value)
ConflictException & WithResourceId(const char *value)
bool MessageHasBeenSet() const
void SetResourceId(const char *value)
const Aws::String & GetMessage() const
ConflictException & WithMessage(const Aws::String &value)
ConflictException & WithResourceId(const Aws::String &value)
const Aws::String & GetResourceId() const
ConflictException & WithMessage(Aws::String &&value)
void SetResourceId(Aws::String &&value)
ConflictException & WithResourceType(ResourceType &&value)
AWS_LOOKOUTFORVISION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(const char *value)
ConflictException & WithResourceType(const ResourceType &value)
void SetMessage(Aws::String &&value)
void SetResourceId(const Aws::String &value)
AWS_LOOKOUTFORVISION_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue