7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ChatEventType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 m_typeHasBeenSet =
true;
69 template <
typename ContentTypeT = Aws::String>
71 m_contentTypeHasBeenSet =
true;
72 m_contentType = std::forward<ContentTypeT>(value);
74 template <
typename ContentTypeT = Aws::String>
97 template <
typename ContentT = Aws::String>
99 m_contentHasBeenSet =
true;
100 m_content = std::forward<ContentT>(value);
102 template <
typename ContentT = Aws::String>
114 bool m_typeHasBeenSet =
false;
115 bool m_contentTypeHasBeenSet =
false;
116 bool m_contentHasBeenSet =
false;
bool TypeHasBeenSet() const
bool ContentHasBeenSet() const
bool ContentTypeHasBeenSet() const
ChatEvent & WithType(ChatEventType value)
ChatEvent & WithContent(ContentT &&value)
AWS_CONNECT_API ChatEvent()=default
AWS_CONNECT_API ChatEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetContent() const
const Aws::String & GetContentType() const
ChatEvent & WithContentType(ContentTypeT &&value)
void SetContentType(ContentTypeT &&value)
ChatEventType GetType() const
void SetType(ChatEventType value)
void SetContent(ContentT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API ChatEvent(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue