7#include <aws/billing/Billing_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename MessageT = Aws::String>
41 m_messageHasBeenSet =
true;
42 m_message = std::forward<MessageT>(value);
44 template <
typename MessageT = Aws::String>
57 template <
typename ResourceIdT = Aws::String>
59 m_resourceIdHasBeenSet =
true;
60 m_resourceId = std::forward<ResourceIdT>(value);
62 template <
typename ResourceIdT = Aws::String>
75 template <
typename ResourceTypeT = Aws::String>
77 m_resourceTypeHasBeenSet =
true;
78 m_resourceType = std::forward<ResourceTypeT>(value);
80 template <
typename ResourceTypeT = Aws::String>
93 template <
typename ServiceCodeT = Aws::String>
95 m_serviceCodeHasBeenSet =
true;
96 m_serviceCode = std::forward<ServiceCodeT>(value);
98 template <
typename ServiceCodeT = Aws::String>
111 template <
typename QuotaCodeT = Aws::String>
113 m_quotaCodeHasBeenSet =
true;
114 m_quotaCode = std::forward<QuotaCodeT>(value);
116 template <
typename QuotaCodeT = Aws::String>
132 bool m_messageHasBeenSet =
false;
133 bool m_resourceIdHasBeenSet =
false;
134 bool m_resourceTypeHasBeenSet =
false;
135 bool m_serviceCodeHasBeenSet =
false;
136 bool m_quotaCodeHasBeenSet =
false;
const Aws::String & GetResourceType() const
ServiceQuotaExceededException & WithResourceType(ResourceTypeT &&value)
void SetResourceType(ResourceTypeT &&value)
const Aws::String & GetMessage() const
bool ResourceTypeHasBeenSet() const
AWS_BILLING_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetServiceCode() const
ServiceQuotaExceededException & WithQuotaCode(QuotaCodeT &&value)
ServiceQuotaExceededException & WithResourceId(ResourceIdT &&value)
void SetQuotaCode(QuotaCodeT &&value)
void SetMessage(MessageT &&value)
AWS_BILLING_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
AWS_BILLING_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ResourceIdHasBeenSet() const
ServiceQuotaExceededException & WithMessage(MessageT &&value)
const Aws::String & GetQuotaCode() const
const Aws::String & GetResourceId() const
AWS_BILLING_API ServiceQuotaExceededException()=default
bool ServiceCodeHasBeenSet() const
ServiceQuotaExceededException & WithServiceCode(ServiceCodeT &&value)
void SetServiceCode(ServiceCodeT &&value)
bool MessageHasBeenSet() const
bool QuotaCodeHasBeenSet() const
void SetResourceId(ResourceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue