7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
41 template <
typename MessageT = Aws::String>
43 m_messageHasBeenSet =
true;
44 m_message = std::forward<MessageT>(value);
46 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>
77 template <
typename ResourceTypeT = Aws::String>
79 m_resourceTypeHasBeenSet =
true;
80 m_resourceType = std::forward<ResourceTypeT>(value);
82 template <
typename ResourceTypeT = Aws::String>
94 bool m_messageHasBeenSet =
false;
95 bool m_resourceIdHasBeenSet =
false;
96 bool m_resourceTypeHasBeenSet =
false;
ServiceQuotaExceededException & WithResourceId(ResourceIdT &&value)
void SetResourceId(ResourceIdT &&value)
bool MessageHasBeenSet() const
void SetMessage(MessageT &&value)
AWS_QBUSINESS_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededException & WithResourceType(ResourceTypeT &&value)
AWS_QBUSINESS_API ServiceQuotaExceededException()=default
const Aws::String & GetResourceId() const
AWS_QBUSINESS_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededException & WithMessage(MessageT &&value)
void SetResourceType(ResourceTypeT &&value)
const Aws::String & GetMessage() const
bool ResourceTypeHasBeenSet() const
bool ResourceIdHasBeenSet() const
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetResourceType() const
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