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
49 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
63 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
89 inline void SetQuotaCode(
const char* value) { m_quotaCodeHasBeenSet =
true; m_quotaCode.assign(value); }
103 inline void SetServiceCode(
const char* value) { m_serviceCodeHasBeenSet =
true; m_serviceCode.assign(value); }
111 bool m_messageHasBeenSet =
false;
114 bool m_resourceIdHasBeenSet =
false;
117 bool m_resourceTypeHasBeenSet =
false;
120 bool m_quotaCodeHasBeenSet =
false;
123 bool m_serviceCodeHasBeenSet =
false;
void SetQuotaCode(Aws::String &&value)
void SetMessage(Aws::String &&value)
void SetResourceType(ResourceType &&value)
ServiceQuotaExceededException & WithQuotaCode(const Aws::String &value)
void SetServiceCode(Aws::String &&value)
void SetMessage(const char *value)
ServiceQuotaExceededException & WithServiceCode(const char *value)
ServiceQuotaExceededException & WithServiceCode(Aws::String &&value)
bool ResourceIdHasBeenSet() const
void SetQuotaCode(const Aws::String &value)
bool ServiceCodeHasBeenSet() const
void SetQuotaCode(const char *value)
void SetServiceCode(const char *value)
const Aws::String & GetMessage() const
void SetResourceId(const char *value)
AWS_LOOKOUTFORVISION_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededException & WithQuotaCode(Aws::String &&value)
bool ResourceTypeHasBeenSet() const
bool MessageHasBeenSet() const
ServiceQuotaExceededException & WithServiceCode(const Aws::String &value)
const Aws::String & GetServiceCode() const
ServiceQuotaExceededException & WithMessage(const char *value)
AWS_LOOKOUTFORVISION_API ServiceQuotaExceededException()
void SetResourceId(const Aws::String &value)
const Aws::String & GetResourceId() const
ServiceQuotaExceededException & WithMessage(const Aws::String &value)
bool QuotaCodeHasBeenSet() const
void SetResourceType(const ResourceType &value)
ServiceQuotaExceededException & WithResourceId(Aws::String &&value)
ServiceQuotaExceededException & WithResourceType(ResourceType &&value)
ServiceQuotaExceededException & WithResourceId(const char *value)
void SetResourceId(Aws::String &&value)
void SetMessage(const Aws::String &value)
ServiceQuotaExceededException & WithMessage(Aws::String &&value)
AWS_LOOKOUTFORVISION_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
const ResourceType & GetResourceType() const
const Aws::String & GetQuotaCode() const
ServiceQuotaExceededException & WithResourceId(const Aws::String &value)
ServiceQuotaExceededException & WithResourceType(const ResourceType &value)
void SetServiceCode(const Aws::String &value)
AWS_LOOKOUTFORVISION_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceQuotaExceededException & WithQuotaCode(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue