7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename MessageT = Aws::String>
42 m_messageHasBeenSet =
true;
43 m_message = std::forward<MessageT>(value);
45 template <
typename MessageT = Aws::String>
59 template <
typename ResourceIdT = Aws::String>
61 m_resourceIdHasBeenSet =
true;
62 m_resourceId = std::forward<ResourceIdT>(value);
64 template <
typename ResourceIdT = Aws::String>
78 template <
typename ResourceTypeT = Aws::String>
80 m_resourceTypeHasBeenSet =
true;
81 m_resourceType = std::forward<ResourceTypeT>(value);
83 template <
typename ResourceTypeT = Aws::String>
96 template <
typename ServiceCodeT = Aws::String>
98 m_serviceCodeHasBeenSet =
true;
99 m_serviceCode = std::forward<ServiceCodeT>(value);
101 template <
typename ServiceCodeT = Aws::String>
114 template <
typename QuotaCodeT = Aws::String>
116 m_quotaCodeHasBeenSet =
true;
117 m_quotaCode = std::forward<QuotaCodeT>(value);
119 template <
typename QuotaCodeT = Aws::String>
135 bool m_messageHasBeenSet =
false;
136 bool m_resourceIdHasBeenSet =
false;
137 bool m_resourceTypeHasBeenSet =
false;
138 bool m_serviceCodeHasBeenSet =
false;
139 bool m_quotaCodeHasBeenSet =
false;
void SetResourceType(ResourceTypeT &&value)
bool QuotaCodeHasBeenSet() const
ServiceQuotaExceededException & WithMessage(MessageT &&value)
const Aws::String & GetResourceType() const
void SetResourceId(ResourceIdT &&value)
ServiceQuotaExceededException & WithQuotaCode(QuotaCodeT &&value)
bool ServiceCodeHasBeenSet() const
const Aws::String & GetResourceId() const
void SetQuotaCode(QuotaCodeT &&value)
const Aws::String & GetQuotaCode() const
AWS_B2BI_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededException & WithResourceId(ResourceIdT &&value)
void SetMessage(MessageT &&value)
AWS_B2BI_API Aws::Utils::Json::JsonValue Jsonize() const
bool ResourceTypeHasBeenSet() const
AWS_B2BI_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetServiceCode() const
AWS_B2BI_API ServiceQuotaExceededException()=default
ServiceQuotaExceededException & WithServiceCode(ServiceCodeT &&value)
bool ResourceIdHasBeenSet() const
ServiceQuotaExceededException & WithResourceType(ResourceTypeT &&value)
void SetServiceCode(ServiceCodeT &&value)
const Aws::String & GetMessage() const
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue