7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename MessageT = Aws::String>
48 void SetMessage(
MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
49 template<
typename MessageT = Aws::String>
59 template<
typename ResourceIdT = Aws::String>
61 template<
typename ResourceIdT = Aws::String>
71 template<
typename ResourceTypeT = Aws::String>
73 template<
typename ResourceTypeT = Aws::String>
79 bool m_messageHasBeenSet =
false;
82 bool m_resourceIdHasBeenSet =
false;
85 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