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