7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/nova-act/NovaAct_EXPORTS.h>
40 template <
typename MessageT = Aws::String>
42 m_messageHasBeenSet =
true;
43 m_message = std::forward<MessageT>(value);
45 template <
typename MessageT = Aws::String>
58 template <
typename ResourceIdT = Aws::String>
60 m_resourceIdHasBeenSet =
true;
61 m_resourceId = std::forward<ResourceIdT>(value);
63 template <
typename ResourceIdT = Aws::String>
76 template <
typename ResourceTypeT = Aws::String>
78 m_resourceTypeHasBeenSet =
true;
79 m_resourceType = std::forward<ResourceTypeT>(value);
81 template <
typename ResourceTypeT = Aws::String>
94 template <
typename ServiceCodeT = Aws::String>
96 m_serviceCodeHasBeenSet =
true;
97 m_serviceCode = std::forward<ServiceCodeT>(value);
99 template <
typename ServiceCodeT = Aws::String>
112 template <
typename QuotaCodeT = Aws::String>
114 m_quotaCodeHasBeenSet =
true;
115 m_quotaCode = std::forward<QuotaCodeT>(value);
117 template <
typename QuotaCodeT = Aws::String>
133 bool m_messageHasBeenSet =
false;
134 bool m_resourceIdHasBeenSet =
false;
135 bool m_resourceTypeHasBeenSet =
false;
136 bool m_serviceCodeHasBeenSet =
false;
137 bool m_quotaCodeHasBeenSet =
false;
const Aws::String & GetResourceId() const
const Aws::String & GetMessage() const
ServiceQuotaExceededException & WithServiceCode(ServiceCodeT &&value)
AWS_NOVAACT_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
AWS_NOVAACT_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetQuotaCode(QuotaCodeT &&value)
const Aws::String & GetQuotaCode() const
const Aws::String & GetServiceCode() const
ServiceQuotaExceededException & WithQuotaCode(QuotaCodeT &&value)
ServiceQuotaExceededException & WithResourceId(ResourceIdT &&value)
bool ServiceCodeHasBeenSet() const
bool QuotaCodeHasBeenSet() const
const Aws::String & GetResourceType() const
void SetResourceType(ResourceTypeT &&value)
ServiceQuotaExceededException & WithMessage(MessageT &&value)
bool MessageHasBeenSet() const
AWS_NOVAACT_API ServiceQuotaExceededException()=default
void SetMessage(MessageT &&value)
AWS_NOVAACT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ResourceIdHasBeenSet() const
bool ResourceTypeHasBeenSet() const
ServiceQuotaExceededException & WithResourceType(ResourceTypeT &&value)
void SetResourceId(ResourceIdT &&value)
void SetServiceCode(ServiceCodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue