7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
19namespace Rekognition {
41 template <
typename ResourceTypeT = Aws::String>
43 m_resourceTypeHasBeenSet =
true;
44 m_resourceType = std::forward<ResourceTypeT>(value);
46 template <
typename ResourceTypeT = Aws::String>
59 template <
typename QuotaCodeT = Aws::String>
61 m_quotaCodeHasBeenSet =
true;
62 m_quotaCode = std::forward<QuotaCodeT>(value);
64 template <
typename QuotaCodeT = Aws::String>
77 template <
typename ServiceCodeT = Aws::String>
79 m_serviceCodeHasBeenSet =
true;
80 m_serviceCode = std::forward<ServiceCodeT>(value);
82 template <
typename ServiceCodeT = Aws::String>
94 bool m_resourceTypeHasBeenSet =
false;
95 bool m_quotaCodeHasBeenSet =
false;
96 bool m_serviceCodeHasBeenSet =
false;
HumanLoopQuotaExceededException & WithResourceType(ResourceTypeT &&value)
void SetQuotaCode(QuotaCodeT &&value)
AWS_REKOGNITION_API HumanLoopQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResourceType() const
bool ResourceTypeHasBeenSet() const
void SetResourceType(ResourceTypeT &&value)
void SetServiceCode(ServiceCodeT &&value)
AWS_REKOGNITION_API HumanLoopQuotaExceededException()=default
bool ServiceCodeHasBeenSet() const
bool QuotaCodeHasBeenSet() const
const Aws::String & GetQuotaCode() const
HumanLoopQuotaExceededException & WithQuotaCode(QuotaCodeT &&value)
const Aws::String & GetServiceCode() const
AWS_REKOGNITION_API HumanLoopQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
HumanLoopQuotaExceededException & WithServiceCode(ServiceCodeT &&value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue