7#include <aws/odb/Odb_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename MessageT = Aws::String>
45 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
46 template<
typename MessageT = Aws::String>
56 template<
typename ResourceIdT = Aws::String>
57 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
58 template<
typename ResourceIdT = Aws::String>
68 template<
typename ResourceTypeT = Aws::String>
69 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
70 template<
typename ResourceTypeT = Aws::String>
80 template<
typename QuotaCodeT = Aws::String>
81 void SetQuotaCode(QuotaCodeT&& value) { m_quotaCodeHasBeenSet =
true; m_quotaCode = std::forward<QuotaCodeT>(value); }
82 template<
typename QuotaCodeT = Aws::String>
88 bool m_messageHasBeenSet =
false;
91 bool m_resourceIdHasBeenSet =
false;
94 bool m_resourceTypeHasBeenSet =
false;
97 bool m_quotaCodeHasBeenSet =
false;
AWS_ODB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
bool ResourceIdHasBeenSet() const
bool MessageHasBeenSet() const
ServiceQuotaExceededException & WithQuotaCode(QuotaCodeT &&value)
void SetResourceId(ResourceIdT &&value)
ServiceQuotaExceededException & WithResourceId(ResourceIdT &&value)
void SetQuotaCode(QuotaCodeT &&value)
const Aws::String & GetResourceId() const
const Aws::String & GetQuotaCode() const
bool QuotaCodeHasBeenSet() const
ServiceQuotaExceededException & WithMessage(MessageT &&value)
bool ResourceTypeHasBeenSet() const
ServiceQuotaExceededException & WithResourceType(ResourceTypeT &&value)
AWS_ODB_API ServiceQuotaExceededException()=default
const Aws::String & GetResourceType() const
AWS_ODB_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
AWS_ODB_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResourceType(ResourceTypeT &&value)
void SetMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue