7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ChatEventType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
69 template<
typename ContentTypeT = Aws::String>
70 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
71 template<
typename ContentTypeT = Aws::String>
91 template<
typename ContentT = Aws::String>
92 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
93 template<
typename ContentT = Aws::String>
99 bool m_typeHasBeenSet =
false;
102 bool m_contentTypeHasBeenSet =
false;
105 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