7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pcs/PCS_EXPORTS.h>
47 template <
typename MessageT = Aws::String>
49 m_messageHasBeenSet =
true;
50 m_message = std::forward<MessageT>(value);
52 template <
typename MessageT = Aws::String>
65 template <
typename ServiceCodeT = Aws::String>
67 m_serviceCodeHasBeenSet =
true;
68 m_serviceCode = std::forward<ServiceCodeT>(value);
70 template <
typename ServiceCodeT = Aws::String>
84 template <
typename ResourceIdT = Aws::String>
86 m_resourceIdHasBeenSet =
true;
87 m_resourceId = std::forward<ResourceIdT>(value);
89 template <
typename ResourceIdT = Aws::String>
103 template <
typename ResourceTypeT = Aws::String>
105 m_resourceTypeHasBeenSet =
true;
106 m_resourceType = std::forward<ResourceTypeT>(value);
108 template <
typename ResourceTypeT = Aws::String>
121 template <
typename QuotaCodeT = Aws::String>
123 m_quotaCodeHasBeenSet =
true;
124 m_quotaCode = std::forward<QuotaCodeT>(value);
126 template <
typename QuotaCodeT = Aws::String>
142 bool m_messageHasBeenSet =
false;
143 bool m_serviceCodeHasBeenSet =
false;
144 bool m_resourceIdHasBeenSet =
false;
145 bool m_resourceTypeHasBeenSet =
false;
146 bool m_quotaCodeHasBeenSet =
false;
bool QuotaCodeHasBeenSet() const
void SetMessage(MessageT &&value)
const Aws::String & GetMessage() const
ServiceQuotaExceededException & WithResourceId(ResourceIdT &&value)
AWS_PCS_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceQuotaExceededException & WithServiceCode(ServiceCodeT &&value)
const Aws::String & GetQuotaCode() const
ServiceQuotaExceededException & WithMessage(MessageT &&value)
ServiceQuotaExceededException & WithQuotaCode(QuotaCodeT &&value)
AWS_PCS_API ServiceQuotaExceededException()=default
bool ServiceCodeHasBeenSet() const
void SetQuotaCode(QuotaCodeT &&value)
const Aws::String & GetResourceId() const
void SetResourceType(ResourceTypeT &&value)
AWS_PCS_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResourceType() const
void SetServiceCode(ServiceCodeT &&value)
bool ResourceTypeHasBeenSet() const
bool ResourceIdHasBeenSet() const
const Aws::String & GetServiceCode() const
AWS_PCS_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
void SetResourceId(ResourceIdT &&value)
ServiceQuotaExceededException & WithResourceType(ResourceTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue