7#include <aws/security-ir/SecurityIR_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>
57 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
58 template<
typename ResourceIdT = Aws::String>
68 template<
typename ResourceTypeT = Aws::String>
69 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
70 template<
typename ResourceTypeT = Aws::String>
80 template<
typename ServiceCodeT = Aws::String>
81 void SetServiceCode(ServiceCodeT&& value) { m_serviceCodeHasBeenSet =
true; m_serviceCode = std::forward<ServiceCodeT>(value); }
82 template<
typename ServiceCodeT = Aws::String>
92 template<
typename QuotaCodeT = Aws::String>
93 void SetQuotaCode(QuotaCodeT&& value) { m_quotaCodeHasBeenSet =
true; m_quotaCode = std::forward<QuotaCodeT>(value); }
94 template<
typename QuotaCodeT = Aws::String>
100 bool m_messageHasBeenSet =
false;
103 bool m_resourceIdHasBeenSet =
false;
106 bool m_resourceTypeHasBeenSet =
false;
109 bool m_serviceCodeHasBeenSet =
false;
112 bool m_quotaCodeHasBeenSet =
false;
AWS_SECURITYIR_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededException & WithServiceCode(ServiceCodeT &&value)
ServiceQuotaExceededException & WithResourceType(ResourceTypeT &&value)
void SetResourceType(ResourceTypeT &&value)
ServiceQuotaExceededException & WithQuotaCode(QuotaCodeT &&value)
const Aws::String & GetServiceCode() const
ServiceQuotaExceededException & WithMessage(MessageT &&value)
const Aws::String & GetResourceId() const
void SetServiceCode(ServiceCodeT &&value)
AWS_SECURITYIR_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
bool ResourceTypeHasBeenSet() const
void SetResourceId(ResourceIdT &&value)
const Aws::String & GetQuotaCode() const
const Aws::String & GetResourceType() const
AWS_SECURITYIR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
bool MessageHasBeenSet() const
bool QuotaCodeHasBeenSet() const
ServiceQuotaExceededException & WithResourceId(ResourceIdT &&value)
bool ServiceCodeHasBeenSet() const
bool ResourceIdHasBeenSet() const
void SetQuotaCode(QuotaCodeT &&value)
AWS_SECURITYIR_API ServiceQuotaExceededException()=default
void SetMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue