7#include <aws/ivschat/Ivschat_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivschat/model/ResourceType.h>
47 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
61 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
85 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
91 bool m_messageHasBeenSet =
false;
94 bool m_resourceIdHasBeenSet =
false;
97 bool m_resourceTypeHasBeenSet =
false;
100 bool m_limitHasBeenSet =
false;
const ResourceType & GetResourceType() const
ServiceQuotaExceededException & WithResourceType(ResourceType &&value)
bool LimitHasBeenSet() const
void SetResourceType(ResourceType &&value)
ServiceQuotaExceededException & WithResourceType(const ResourceType &value)
bool MessageHasBeenSet() const
bool ResourceTypeHasBeenSet() const
ServiceQuotaExceededException & WithMessage(const char *value)
void SetResourceType(const ResourceType &value)
ServiceQuotaExceededException & WithResourceId(const char *value)
const Aws::String & GetResourceId() const
AWS_IVSCHAT_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResourceId(Aws::String &&value)
bool ResourceIdHasBeenSet() const
AWS_IVSCHAT_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceQuotaExceededException & WithLimit(int value)
void SetMessage(Aws::String &&value)
ServiceQuotaExceededException & WithResourceId(Aws::String &&value)
AWS_IVSCHAT_API ServiceQuotaExceededException()
ServiceQuotaExceededException & WithMessage(const Aws::String &value)
void SetMessage(const Aws::String &value)
void SetMessage(const char *value)
const Aws::String & GetMessage() const
void SetResourceId(const Aws::String &value)
ServiceQuotaExceededException & WithResourceId(const Aws::String &value)
ServiceQuotaExceededException & WithMessage(Aws::String &&value)
void SetResourceId(const char *value)
AWS_IVSCHAT_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue