7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
19namespace WellArchitected {
38 template <
typename MessageT = Aws::String>
40 m_messageHasBeenSet =
true;
41 m_message = std::forward<MessageT>(value);
43 template <
typename MessageT = Aws::String>
54 template <
typename ResourceIdT = Aws::String>
56 m_resourceIdHasBeenSet =
true;
57 m_resourceId = std::forward<ResourceIdT>(value);
59 template <
typename ResourceIdT = Aws::String>
70 template <
typename ResourceTypeT = Aws::String>
72 m_resourceTypeHasBeenSet =
true;
73 m_resourceType = std::forward<ResourceTypeT>(value);
75 template <
typename ResourceTypeT = Aws::String>
86 template <
typename QuotaCodeT = Aws::String>
88 m_quotaCodeHasBeenSet =
true;
89 m_quotaCode = std::forward<QuotaCodeT>(value);
91 template <
typename QuotaCodeT = Aws::String>
102 template <
typename ServiceCodeT = Aws::String>
104 m_serviceCodeHasBeenSet =
true;
105 m_serviceCode = std::forward<ServiceCodeT>(value);
107 template <
typename ServiceCodeT = Aws::String>
123 bool m_messageHasBeenSet =
false;
124 bool m_resourceIdHasBeenSet =
false;
125 bool m_resourceTypeHasBeenSet =
false;
126 bool m_quotaCodeHasBeenSet =
false;
127 bool m_serviceCodeHasBeenSet =
false;
ServiceQuotaExceededException & WithQuotaCode(QuotaCodeT &&value)
bool ServiceCodeHasBeenSet() const
const Aws::String & GetResourceId() const
AWS_WELLARCHITECTED_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WELLARCHITECTED_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetServiceCode() const
void SetResourceId(ResourceIdT &&value)
ServiceQuotaExceededException & WithResourceId(ResourceIdT &&value)
bool ResourceTypeHasBeenSet() const
const Aws::String & GetMessage() const
bool MessageHasBeenSet() const
AWS_WELLARCHITECTED_API ServiceQuotaExceededException()=default
void SetResourceType(ResourceTypeT &&value)
const Aws::String & GetQuotaCode() const
void SetServiceCode(ServiceCodeT &&value)
ServiceQuotaExceededException & WithMessage(MessageT &&value)
ServiceQuotaExceededException & WithResourceType(ResourceTypeT &&value)
void SetMessage(MessageT &&value)
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
bool ResourceIdHasBeenSet() const
bool QuotaCodeHasBeenSet() const
void SetQuotaCode(QuotaCodeT &&value)
const Aws::String & GetResourceType() const
ServiceQuotaExceededException & WithServiceCode(ServiceCodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue