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;
void SetResourceType(ResourceType &&value)
bool LimitHasBeenSet() const
void SetMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
void SetResourceType(const ResourceType &value)
ThrottlingException & WithResourceType(const ResourceType &value)
ThrottlingException & WithResourceType(ResourceType &&value)
AWS_IVSCHAT_API Aws::Utils::Json::JsonValue Jsonize() const
ThrottlingException & WithResourceId(const char *value)
void SetResourceId(Aws::String &&value)
ThrottlingException & WithMessage(const char *value)
ThrottlingException & WithResourceId(const Aws::String &value)
ThrottlingException & WithMessage(Aws::String &&value)
AWS_IVSCHAT_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
ThrottlingException & WithLimit(int value)
bool ResourceTypeHasBeenSet() const
void SetResourceId(const char *value)
bool MessageHasBeenSet() const
void SetResourceId(const Aws::String &value)
const Aws::String & GetResourceId() const
ThrottlingException & WithMessage(const Aws::String &value)
void SetMessage(const char *value)
AWS_IVSCHAT_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
ThrottlingException & WithResourceId(Aws::String &&value)
const Aws::String & GetMessage() const
AWS_IVSCHAT_API ThrottlingException()
bool ResourceIdHasBeenSet() const
const ResourceType & GetResourceType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue