7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename MessageT = Aws::String>
46 void SetMessage(
MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
47 template<
typename MessageT = Aws::String>
57 template<
typename ResourceIdT = Aws::String>
59 template<
typename ResourceIdT = Aws::String>
69 template<
typename ResourceTypeT = Aws::String>
71 template<
typename ResourceTypeT = Aws::String>
81 template<
typename ServiceCodeT = Aws::String>
83 template<
typename ServiceCodeT = Aws::String>
93 template<
typename QuotaCodeT = Aws::String>
94 void SetQuotaCode(
QuotaCodeT&& value) { m_quotaCodeHasBeenSet =
true; m_quotaCode = std::forward<QuotaCodeT>(value); }
95 template<
typename QuotaCodeT = Aws::String>
101 bool m_messageHasBeenSet =
false;
104 bool m_resourceIdHasBeenSet =
false;
107 bool m_resourceTypeHasBeenSet =
false;
110 bool m_serviceCodeHasBeenSet =
false;
113 bool m_quotaCodeHasBeenSet =
false;
const Aws::String & GetResourceType() const
void SetResourceType(ResourceTypeT &&value)
bool ResourceTypeHasBeenSet() const
AWS_QAPPS_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededException & WithMessage(MessageT &&value)
AWS_QAPPS_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceQuotaExceededException & WithResourceType(ResourceTypeT &&value)
bool ResourceIdHasBeenSet() const
void SetResourceId(ResourceIdT &&value)
const Aws::String & GetMessage() const
void SetServiceCode(ServiceCodeT &&value)
void SetQuotaCode(QuotaCodeT &&value)
ServiceQuotaExceededException & WithResourceId(ResourceIdT &&value)
ServiceQuotaExceededException & WithQuotaCode(QuotaCodeT &&value)
const Aws::String & GetServiceCode() const
void SetMessage(MessageT &&value)
const Aws::String & GetQuotaCode() const
const Aws::String & GetResourceId() const
bool QuotaCodeHasBeenSet() const
ServiceQuotaExceededException & WithServiceCode(ServiceCodeT &&value)
bool ServiceCodeHasBeenSet() const
AWS_QAPPS_API ServiceQuotaExceededException()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue