7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ivschat/Ivschat_EXPORTS.h>
9#include <aws/ivschat/model/ResourceType.h>
39 template <
typename MessageT = Aws::String>
41 m_messageHasBeenSet =
true;
42 m_message = std::forward<MessageT>(value);
44 template <
typename MessageT = Aws::String>
57 template <
typename ResourceIdT = Aws::String>
59 m_resourceIdHasBeenSet =
true;
60 m_resourceId = std::forward<ResourceIdT>(value);
62 template <
typename ResourceIdT = Aws::String>
76 m_resourceTypeHasBeenSet =
true;
77 m_resourceType = value;
89 inline int GetLimit()
const {
return m_limit; }
92 m_limitHasBeenSet =
true;
108 bool m_messageHasBeenSet =
false;
109 bool m_resourceIdHasBeenSet =
false;
110 bool m_resourceTypeHasBeenSet =
false;
111 bool m_limitHasBeenSet =
false;
ServiceQuotaExceededException & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
bool LimitHasBeenSet() const
bool MessageHasBeenSet() const
bool ResourceTypeHasBeenSet() const
ServiceQuotaExceededException & WithResourceId(ResourceIdT &&value)
const Aws::String & GetResourceId() const
AWS_IVSCHAT_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ResourceIdHasBeenSet() const
AWS_IVSCHAT_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceQuotaExceededException & WithLimit(int value)
ServiceQuotaExceededException & WithResourceType(ResourceType value)
void SetResourceId(ResourceIdT &&value)
ResourceType GetResourceType() const
const Aws::String & GetMessage() const
AWS_IVSCHAT_API ServiceQuotaExceededException()=default
AWS_IVSCHAT_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
void SetResourceType(ResourceType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue